Lines Matching +full:set +full:- +full:aces
1 /* SPDX-License-Identifier: LGPL-2.1 */
33 * Security Descriptor length containing DACL with 3 ACEs (one each for
48 * "S-" + 3 bytes for version field + 15 for authority field + NULL terminator
50 * For authority field, max is when all 6 values are non-zero and it must be
51 * represented in hex. So "-0x" + 12 hex digits.
53 * Add 11 bytes for each subauthority field (10 bytes each + 1 for '-')
83 /* ACE types - see MS-DTYP 2.4.4.1 */
115 __u8 type; /* see above and MS-DTYP 2.4.4.1 */
125 * matches names of fields to the spec, MS-DTYP (see sections 2.4.5 and
127 * match the MS-DTYP and MS-SMB2 specs which define the wire format.
131 __u8 Sbz1; /* only meaningful if 'RM' flag set below */
144 #define ACL_CONTROL_SI 0x0800 /* SACL Auto-Inherited */
145 #define ACL_CONTROL_DI 0x0400 /* DACL Auto-Inherited */
158 #define ACL_REVISION 0x02 /* See section 2.4.4.1 of MS-DTYP */
171 * See http://technet.microsoft.com/en-us/library/hh509017(v=ws.10).aspx
187 * and Groups such as NULL SID and World or Built-in accounts such