search for: inheritedguid

Displaying 1 result from an estimated 1 matches for "inheritedguid".

Did you mean: inheritedgid
2008 Dec 19
0
Fwd: win32-security 0.1.0
...e() (allow, deny, audit, alarm - the last two are used in SACLs) basicType() (I forget what this did that was different) isAllow() isDeny() flags() mask() (32 bit mask with most of the obvious things like read, write, etc) size() - in bytes, used during unpacking. who() - returns a SID objectGUID() inheritedGUID() - both for ACEs that include such, like custom access rights (we were interested in the ApplyGroupPolicy right). describe() = like ACE#to_s, useful for inspect. flags&0x1 indicates there''s an object type GUID. flags()&0x2 indicates there''s a inherited object type GUID....