|
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 | |
| str | owner = "S-1-2-..." |
| The security descriptor's owner SID, as a string. | |
| str | 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.
|
static |
The system access control list represented as a list of ACE objects.
Is set to None if a sacl isn't defined
|
static |
The discretionary access control list represented as a list of ACE objects.
Is set to None if a dacl isn't defined