Discretionary Access Control
Discretionary Access Control (DAC) is a way of managing access to files, systems, or other resources in which the owner of a resource decides who else is allowed to use it and what they can do with it. Because the owner has discretion over these permissions, access rights can be granted or changed at the owner's initiative. This is a security model concerned with who can reach data, and it is distinct from data governance concerns such as ownership stewardship, data quality, or policy.
DAC is an access control model in which access to objects is governed by rules and permissions set at the discretion of the subject that owns or controls the object, allowing owners to grant or revoke access rights to other subjects. The Trusted Computer System Evaluation Criteria (TCSEC) defines it as a category of access control, and NIST characterizes it as an access control policy enforced over all subjects and objects in a system. In implementation it is often described as decentralized or flexible, since permission assignment is distributed to resource owners rather than centrally mandated; this contrasts with models such as mandatory access control where a central policy constrains owner discretion. This entry covers the conceptual model and its ownership-based permission mechanism only; it does not address specific implementation mechanisms (for example access control lists or capability systems), configuration guidance, or how DAC maps to particular regulatory or standards requirements, which vary by context.
Why it matters
Discretionary Access Control matters because it shapes who can reach data at the point where access decisions are actually made. In a DAC model, the owner of a resource holds discretion over granting and revoking permissions, which makes the model flexible and easy to adopt but also distributes accountability across many individual owners rather than concentrating it in a central authority. For security and governance teams, this distribution is significant: the effectiveness of access restrictions depends on the judgment and diligence of each resource owner, and that variability can create gaps that are difficult to observe centrally.
Because DAC decentralizes permission assignment, it can complicate efforts to demonstrate accountability. Governance frameworks generally expect demonstrable evidence of who has access to what and why, not merely stated intent. A model that lets individual owners change access rights at their own initiative can make it harder to maintain a reliable, auditable picture of the access landscape unless supporting processes and monitoring are in place. This is a point where information security and data governance intersect without being the same thing: DAC is a security model concerned with reachability of data, while governance concerns such as ownership stewardship, data quality, and policy sit alongside it.
This entry does not assert that DAC satisfies or fails any particular regulatory or standards requirement, nor does it quantify its risks. How DAC maps to specific obligations varies by context, jurisdiction, and implementation, and those mappings are out of scope here.
Who it's relevant to
Inside DAC
Common questions
Answers to the questions practitioners most commonly ask about DAC.