mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
19
libc/nt/enum/securityinformation.h
Normal file
19
libc/nt/enum/securityinformation.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SECURITYINFORMATION_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_ENUM_SECURITYINFORMATION_H_
|
||||
|
||||
#define kNtOwnerSecurityInformation 0x00000001
|
||||
#define kNtGroupSecurityInformation 0x00000002
|
||||
#define kNtDaclSecurityInformation 0x00000004
|
||||
#define kNtSaclSecurityInformation 0x00000008
|
||||
#define kNtLabelSecurityInformation 0x00000010
|
||||
#define kNtAttributeSecurityInformation 0x00000020
|
||||
#define kNtScopeSecurityInformation 0x00000040
|
||||
#define kNtProcessTrustLabelSecurityInformation 0x00000080
|
||||
#define kNtAccessFilterSecurityInformation 0x00000100
|
||||
#define kNtBackupSecurityInformation 0x00010000
|
||||
#define kNtProtectedDaclSecurityInformation 0x80000000
|
||||
#define kNtProtectedSaclSecurityInformation 0x40000000
|
||||
#define kNtUnprotectedDaclSecurityInformation 0x20000000
|
||||
#define kNtUnprotectedSaclSecurityInformation 0x10000000
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SECURITYINFORMATION_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue