winacl
winacl copied to clipboard
enable to_sddl for SYSTEM_AUDIT_OBJECT_ACE
SYSTEM_AUDIT_OBJECT_ACE.to_sddl() can be very useful to have a standard string representation of a SYSTEM_AUDIT_OBJECT_ACE but has never been enabled, so I uncommented it.
I mean that's cool but it was commented out for a reason XD
Reason being that not all system autdit objects are currently implemented so it will throw an exception whenever a non-implemented object is encountered.
Makes sense xD maybe we can let this PR open and if I have the time I will add the part missing