GSLC · Question #343
Which of the following is a model that uses a predefined set of access privileges for an object of the system?
The correct answer is A. Mandatory Access Control (MAC). Mandatory Access Control (MAC) enforces a predefined, system-controlled set of access privileges on objects based on security labels assigned by a central authority. Users cannot override these system-defined controls.
Question
Which of the following is a model that uses a predefined set of access privileges for an object of the system?
Options
- AMandatory Access Control (MAC)
- BDiscretionary Access Control (DAC)
- CPolicy Access Control (PAC)
- DRole-Based Access Control (RBAC)
How the community answered
(47 responses)- A87% (41)
- B2% (1)
- C6% (3)
- D4% (2)
Why each option
Mandatory Access Control (MAC) enforces a predefined, system-controlled set of access privileges on objects based on security labels assigned by a central authority. Users cannot override these system-defined controls.
MAC enforces access policies by assigning security labels or classifications to both subjects (users and processes) and objects (files and resources), with the operating system or security kernel making all access decisions based on those predefined labels. Individual users have no ability to modify or delegate access permissions, ensuring strict, centrally managed control over information flow. This model is standard in high-security environments such as government and military systems where data classification is mandatory.
Discretionary Access Control (DAC) allows the resource owner to set and modify access permissions at their own discretion, meaning access is not predefined by the system but controlled by individual users.
Policy Access Control (PAC) is not a recognized or standardized access control model in established security frameworks or major IT certification curricula.
Role-Based Access Control (RBAC) grants permissions based on a user's assigned organizational role rather than system-enforced security labels on the objects themselves.
Concept tested: Mandatory Access Control model and security label enforcement
Source: https://csrc.nist.gov/glossary/term/mandatory_access_control
Topics
Community Discussion
No community discussion yet for this question.