pyregfi
|
A Microsoft security descriptor For more information, see: http://msdn.microsoft.com/en-us/library/aa379563%28v=vs.85%29.aspx. More...
Static Public Attributes | |
string | owner = "S-1-2-..." |
The security descriptor's owner SID, as a string. | |
string | group = "S-1-2-..." |
The security descriptor's group SID, as a string. | |
list | sacl = [] |
The system access control list represented as a list of ACE objects. | |
list | dacl = [] |
The discretionary access control list represented as a list of ACE objects. |
A Microsoft security descriptor For more information, see: http://msdn.microsoft.com/en-us/library/aa379563%28v=vs.85%29.aspx.
list pyregfi.winsec.SecurityDescriptor.sacl = [] [static] |
The system access control list represented as a list of ACE objects.
Is set to None if a sacl isn't defined
list pyregfi.winsec.SecurityDescriptor.dacl = [] [static] |
The discretionary access control list represented as a list of ACE objects.
Is set to None if a dacl isn't defined