[NTOSKRNL] Add security access check rights pool tag

This commit is contained in:
George Bișoc 2022-02-08 11:54:57 +01:00
parent f559f63063
commit 9101a5dc6d
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6

View file

@ -159,6 +159,7 @@
#define TAG_LOGON_NOTIFICATION 'nLeS'
#define TAG_SID_AND_ATTRIBUTES 'aSeS'
#define TAG_SID_VALIDATE 'vSeS'
#define TAG_ACCESS_CHECK_RIGHT 'rCeS'
/* LPC Tags */
#define TAG_LPC_MESSAGE 'McpL'