Discretionary Access Control.html
* created: 2026-05-21T17:40
* modified: 2026-05-22T17:46
title
Title
description
Description
related notes
Discretionary Access control (DAC)
A type of access control which restricts access to objects based on the identity of subjects or groups. The subject has the ability to pass permissions to others, which is why it's called discretionary. This is done through Access Control Lists.
In more practical terms this means the owner of a resource specifies which user/group can access the resource.