SY0-501 · Question #518
A systems administrator is configuring a system that uses data classification labels. Which of the following will the administrator need to implement to enforce access control?
The correct answer is B. Mandatory access control. To enforce access control based on data classification labels, a systems administrator must implement Mandatory Access Control (MAC).
Question
A systems administrator is configuring a system that uses data classification labels. Which of the following will the administrator need to implement to enforce access control?
Options
- ADiscretionary access control
- BMandatory access control
- CRole-based access control
- DRule-based access control
How the community answered
(48 responses)- A4% (2)
- B83% (40)
- C2% (1)
- D10% (5)
Why each option
To enforce access control based on data classification labels, a systems administrator must implement Mandatory Access Control (MAC).
Discretionary access control (DAC) allows resource owners to determine and modify permissions for their resources, which does not directly enforce access based on system-wide data classification labels.
Mandatory access control (MAC) is a security model where the operating system or security kernel strictly enforces access decisions based on comparing sensitivity labels of objects (like data classification labels) with security clearances of subjects. This model ensures that access is granted only if the subject's clearance meets the object's classification, and it prevents subjects from altering their access rights or those of other subjects.
Role-based access control (RBAC) grants access permissions based on a user's job function or role within an organization, not primarily on the intrinsic classification labels of the data itself.
Rule-based access control is a broad category, but Mandatory Access Control (MAC) is the specific model that directly dictates access based on system-assigned classification labels, unlike the more general concept.
Concept tested: Mandatory Access Control (MAC) for data classification enforcement
Source: https://learn.microsoft.com/en-us/windows/win32/secauthz/mandatory-integrity-control
Topics
Community Discussion
No community discussion yet for this question.