210-250 · Question #35
Based on which statement does the discretionary access control security model grant or restrict access ?
The correct answer is B. security policy defined by the owner of an object. In the Discretionary Access Control (DAC) model, access decisions are governed by the policy set by the owner of the resource, not by administrators or roles.
Question
Based on which statement does the discretionary access control security model grant or restrict access ?
Options
- Adiscretion of the system administrator
- Bsecurity policy defined by the owner of an object
- Csecurity policy defined by the system administrator
- Drole of a user within an organization
How the community answered
(52 responses)- A6% (3)
- B88% (46)
- C4% (2)
- D2% (1)
Why each option
In the Discretionary Access Control (DAC) model, access decisions are governed by the policy set by the owner of the resource, not by administrators or roles.
Granting access at the discretion of the system administrator implies centralized administrative control, which contradicts the DAC principle where the object owner - not the admin - holds that discretion.
DAC is defined by the principle that the owner of an object, such as a file or directory, has the discretion to specify who can access it and what operations they can perform. This is typified by Unix/Linux file permissions where the file creator controls read, write, and execute rights for owner, group, and others. The key distinguishing factor is that control is delegated to the individual resource owner rather than enforced centrally.
A security policy centrally defined and enforced by the system administrator describes Mandatory Access Control (MAC), where the OS enforces labels and classifications that individual users cannot override.
Basing access on a user's role within an organization describes Role-Based Access Control (RBAC), a distinct model where permissions are assigned to roles rather than controlled by resource owners.
Concept tested: Discretionary Access Control model and owner-defined policy
Source: https://csrc.nist.gov/glossary/term/discretionary_access_control
Topics
Community Discussion
No community discussion yet for this question.