Skip to content

Commit 9101a5d

Browse files
committed
[NTOSKRNL] Add security access check rights pool tag
1 parent f559f63 commit 9101a5d

File tree

1 file changed

+1
-0
lines changed
  • ntoskrnl/include/internal

1 file changed

+1
-0
lines changed

ntoskrnl/include/internal/tag.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
#define TAG_LOGON_NOTIFICATION 'nLeS'
160160
#define TAG_SID_AND_ATTRIBUTES 'aSeS'
161161
#define TAG_SID_VALIDATE 'vSeS'
162+
#define TAG_ACCESS_CHECK_RIGHT 'rCeS'
162163

163164
/* LPC Tags */
164165
#define TAG_LPC_MESSAGE 'McpL'

0 commit comments

Comments
 (0)