• Home
  • Raw
  • Download

Lines Matching full:ace

1341  * The predefined ACE types (8-bit, see below).
1371 * The ACE flags (8-bit) for audit and inheritance (see below).
1373 * SUCCESSFUL_ACCESS_ACE_FLAG is only used with system audit and alarm ACE
1377 * FAILED_ACCESS_ACE_FLAG is only used with system audit and alarm ACE types
1397 * An ACE is an access-control entry in an access-control list (ACL).
1398 * An ACE defines access to an object for a specific user or group or defines
1403 * Each ACE starts with an ACE_HEADER structure (aligned on 4-byte boundary),
1404 * which specifies the type and size of the ACE. The format of the subsequent
1405 * data depends on the ACE type.
1409 /* 0*/ ACE_TYPES type; /* Type of the ACE. */
1410 /* 1*/ ACE_FLAGS flags; /* Flags describing the ACE. */
1411 /* 2*/ le16 size; /* Size in bytes of the ACE. */
1418 * being secured by the ACE.
1561 * The predefined ACE type structures are as defined below.
1569 ACE_TYPES type; /* Type of the ACE. */
1570 ACE_FLAGS flags; /* Flags describing the ACE. */
1571 le16 size; /* Size in bytes of the ACE. */
1572 /* 4*/ ACCESS_MASK mask; /* Access mask associated with the ACE. */
1574 /* 8*/ SID sid; /* The SID associated with the ACE. */
1579 * The object ACE flags (32-bit).
1590 ACE_TYPES type; /* Type of the ACE. */
1591 ACE_FLAGS flags; /* Flags describing the ACE. */
1592 le16 size; /* Size in bytes of the ACE. */
1593 /* 4*/ ACCESS_MASK mask; /* Access mask associated with the ACE. */
1595 /* 8*/ OBJECT_ACE_FLAGS object_flags; /* Flags describing the object ACE. */
1599 /* 44*/ SID sid; /* The SID associated with the ACE. */
1609 * zero or more access control entries (ACEs). The ACL as well as each ACE