Lines Matching refs:ACL
1397 * An ACE is an access-control entry in an access-control list (ACL).
1509 * The access system ACL and maximum allowed access types (bits 24 to
1606 * An ACL is an access-control list (ACL).
1607 * An ACL starts with an ACL header structure, which specifies the size of
1608 * the ACL and the number of ACEs it contains. The ACL header is followed by
1609 * zero or more access control entries (ACEs). The ACL as well as each ACE
1613 u8 revision; /* Revision of this ACL. */
1615 le16 size; /* Allocated space in bytes for ACL. Includes this
1617 le16 ace_count; /* Number of ACEs in the ACL. */
1620 } __attribute__ ((__packed__)) ACL;
1655 * descriptor contains a discretionary ACL. If this flag is set and the
1656 * Dacl field of the SECURITY_DESCRIPTOR is null, then a null ACL is
1659 * SE_DACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1662 * security descriptor. This may affect the treatment of the ACL with
1663 * respect to inheritance of an ACL. This flag is ignored if the
1667 * descriptor contains a system ACL pointed to by the Sacl field. If this
1669 * an empty (but present) ACL is being specified.
1671 * SE_SACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1674 * security descriptor. This may affect the treatment of the ACL with
1675 * respect to inheritance of an ACL. This flag is ignored if the
1720 le32 sacl; /* Byte offset to a system ACL. Only valid, if
1722 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1724 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if
1726 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL
1749 ACL *sacl; /* Points to a system ACL. Only valid, if
1751 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1753 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
1755 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL