pyregfi
Static Public Attributes
pyregfi.winsec.SecurityDescriptor Class Reference

A Microsoft security descriptor For more information, see: http://msdn.microsoft.com/en-us/library/aa379563%28v=vs.85%29.aspx. More...

List of all members.

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.

Detailed Description

A Microsoft security descriptor For more information, see: http://msdn.microsoft.com/en-us/library/aa379563%28v=vs.85%29.aspx.


Member Data Documentation

The system access control list represented as a list of ACE objects.

Is set to None if a sacl isn't defined

The discretionary access control list represented as a list of ACE objects.

Is set to None if a dacl isn't defined


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables