Lines Matching defs:ACL

1616  * An ACE is an access-control entry in an access-control list (ACL).
1737 * The access system ACL and maximum allowed access types (bits 24 to
1854 * struct ACL - An ACL is an access-control list (ACL).
1856 * An ACL starts with an ACL header structure, which specifies the size of
1857 * the ACL and the number of ACEs it contains. The ACL header is followed by
1858 * zero or more access control entries (ACEs). The ACL as well as each ACE
1865 u8 revision; /* Revision of this ACL. */
1867 le16 size; /* Allocated space in bytes for ACL. Includes this
1869 le16 ace_count; /* Number of ACEs in the ACL. */
1872 } __attribute__((__packed__)) ACL;
1913 * security descriptor contains a discretionary ACL. If this
1915 * null, then a null ACL is explicitly being specified.
1918 * ACL pointed to by the Dacl field was provided by a defaulting
1921 * treatment of the ACL with respect to inheritance of an ACL.
1925 * security descriptor contains a system ACL pointed to by the
1928 * ACL is being specified.
1931 * ACL pointed to by the Sacl field was provided by a defaulting
1934 * treatment of the ACL with respect to inheritance of an ACL.
1989 le32 sacl; /* Byte offset to a system ACL. Only valid, if
1991 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1993 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if
1995 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL
2027 ACL *sacl; /* Points to a system ACL. Only valid, if
2029 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
2031 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
2033 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL