2.2.14 Security Privilege Flags
Constants for defining security privilege.
|
Symbolic name |
Value |
|---|---|
|
SE_SECURITY_PRIVILEGE |
0x00000008 |
|
SE_TAKE_OWNERSHIP_PRIVILEGE |
0x00000009 |
|
SE_RESTORE_PRIVILEGE |
0x00000012 |
|
SE_DEBUG_PRIVILEGE |
0x00000014 |
|
SE_ENABLE_DELEGATION_PRIVILEGE |
0x0000001B |
SE_SECURITY_PRIVILEGE: Specifies the privilege to manage auditing and the security log.
SE_TAKE_OWNERSHIP_PRIVILEGE: Specifies the privilege to take ownership of objects. Possession of this privilege overrides the DACL on an object and gives the possessor implicit RIGHT_WRITE_OWNER access.
SE_RESTORE_PRIVILEGE: Specifies the privilege to restore objects.
SE_DEBUG_PRIVILEGE: Specifies the privilege to debug the system.
SE_ENABLE_DELEGATION_PRIVILEGE: Specifies the privilege to enable accounts to be trusted for delegation.