CISSP Security Architecture and Engineering Practice Question
Which access control model allows data owners to grant or revoke access to resources they own, typically implemented using ACLs?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
DAC
DAC (Discretionary Access Control) enables owners to control access to their resources, commonly via ACLs.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
MAC
Why it's wrong here
Mandatory Access Control (MAC) is a highly structured access control model where the operating system or security kernel enforces a system-wide security policy. Access decisions are based on security labels assigned to subjects (users/processes) and objects (files/resources), representing their classification and clearance levels. Data owners have no discretion to grant or revoke access; all permissions are centrally managed and strictly enforced by the system, preventing unauthorized information flow. This model prioritizes confidentiality and integrity in high-security environments.
- ✗
RBAC
Why it's wrong here
Role-Based Access Control (RBAC) grants permissions based on a user's assigned role within an organization, rather than individual identity or object ownership. Permissions are defined for specific roles (e.g., "Administrator," "Auditor," "User"), and users acquire those permissions by being assigned to one or more roles. While administrators manage role assignments, individual data owners do not have the authority to directly grant or revoke access to their data; access is determined by the roles a user holds and the permissions associated with those roles.
- ✗
ABAC
Why it's wrong here
Attribute-Based Access Control (ABAC) makes access decisions dynamically by evaluating a set of attributes associated with the subject (user), object (resource), action (what is being done), and environment (context). A policy engine evaluates these attributes against defined policies to determine access. While ABAC offers highly granular and flexible control, the decision-making logic is based on predefined policies and attribute values, not the direct discretionary authority of a data owner to grant or revoke specific permissions on a per-user basis.
- ✓
DAC
Why this is correct
Discretionary Access Control (DAC) is an access control model where the owner of a resource (or an authorized administrator) has the discretion to grant or revoke access permissions to other users. This is typically implemented using Access Control Lists (ACLs) or capabilities, allowing owners to specify who can perform specific actions (read, write, execute) on their owned objects. DAC is highly flexible and widely used in commercial operating systems because it empowers data owners to manage access to their own data.
Quick reference
Access Control Model Comparison
| Model | Acronym | Who Controls Access? | Best For |
|---|---|---|---|
| Discretionary Access Control | DAC | Resource owner | Small teams, file shares |
| Mandatory Access Control | MAC | System / security labels | Classified govt / military |
| Role-Based Access Control | RBAC | Administrator (via roles) | Enterprise environments |
| Attribute-Based Access Control | ABAC | Policy engine (user + resource attributes) | Fine-grained, dynamic policies |
| Rule-Based Access Control | RuBAC | System rules / ACLs | Firewall rules, network ACLs |
Go deeper
Related to this question
Learn chapter
Asset Security: Privacy and Data Retention
Key term
Access control
Access control is the security practice of determining who or what is allowed to view, use, or enter a resource, and under what conditions.
Key term
DAC
Discretionary Access Control is a security model where the owner of a resource decides who can access it and what permissions they have.
About these practice questions
One of 747 original CISSP practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CISSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CISSP exam.