nerdexam
CompTIA

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.

Security

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)
  • B
    2% (1)
  • C
    4% (2)
  • D
    93% (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.

AImplement whole-disk encryption

Whole-disk encryption protects data confidentiality at rest but does not prevent an authenticated user with instance access from modifying system configurations.

BDeploy the latest OS patches

Deploying OS patches addresses known software vulnerabilities but does not restrict or govern what configuration changes an authorized user can make.

CDeploy an anti-malware solution

Anti-malware solutions detect and block malicious software but do not control the actions of legitimate users who already have access to the instance.

DImplement mandatory access controlCorrect

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

#mandatory access control#MAC#instance security#access control models

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice