CV0-003 · Question #556
Which of the following will mitigate the risk of users who have access to an instance modifying the system configurations?
The correct answer is D. Implement mandatory access control. Mandatory access control (MAC) enforces system-wide policies that restrict what actions users can take, preventing even authorized users from modifying system configurations beyond what policy allows.
Question
Which of the following will mitigate the risk of users who have access to an instance modifying the system configurations?
Options
- AImplement whole-disk encryption
- BDeploy the latest OS patches
- CDeploy an anti-malware solution
- DImplement mandatory access control
How the community answered
(45 responses)- B2% (1)
- C4% (2)
- D93% (42)
Why each option
Mandatory access control (MAC) enforces system-wide policies that restrict what actions users can take, preventing even authorized users from modifying system configurations beyond what policy allows.
Whole-disk encryption protects data confidentiality at rest but does not prevent an authenticated user with instance access from modifying system configurations.
Deploying OS patches addresses known software vulnerabilities but does not restrict or govern what configuration changes an authorized user can make.
Anti-malware solutions detect and block malicious software but do not control the actions of legitimate users who already have access to the instance.
MAC is a non-discretionary access control model where a central authority defines and enforces access policies, removing the ability of individual users to alter system configurations at will. Unlike discretionary models, users cannot override or change permissions themselves. This directly mitigates the risk of insiders tampering with instance configurations.
Concept tested: Mandatory access control for insider configuration risk
Source: https://csrc.nist.gov/glossary/term/mandatory_access_control
Topics
Community Discussion
No community discussion yet for this question.