DACLs
A discretionary access control list (DACL) is a security component attached to a securable object that specifies who may access the object and with what operations. It is composed of a set of access control entries (ACEs), each describing a trustee (identified by a security identifier, or SID), a set of permissions, and whether the entry allows or denies those permissions.
The DACL is part of an object's security descriptor, along with information about the object's owner and,
Access decisions are made by evaluating the ACEs in the DACL, typically from top to bottom. If
DACLs support inheritance, enabling ACEs to propagate to child objects. Inheritance flags specify which ACEs should
DACLs are a key element of discretionary access control, as opposed to mandatory access control, where access