nerdexam
(ISC)2

CAP · Question #317

Which of the following access control models uses a predefined set of access privileges for an object of a system?

The correct answer is B. Mandatory Access Control. Mandatory Access Control (MAC) enforces access based on predefined, system-assigned security labels and classifications, giving users no discretion to change or grant access rights.

Selection and Approval of Framework, Security, and Privacy Controls

Question

Which of the following access control models uses a predefined set of access privileges for an object of a system?

Options

  • ADiscretionary Access Control
  • BMandatory Access Control
  • CPolicy Access Control
  • DRole-Based Access Control

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    88% (35)
  • C
    8% (3)
  • D
    3% (1)

Why each option

Mandatory Access Control (MAC) enforces access based on predefined, system-assigned security labels and classifications, giving users no discretion to change or grant access rights.

ADiscretionary Access Control

Discretionary Access Control (DAC) allows resource owners to set access permissions at their own discretion, making it the opposite of a system-predefined access model.

BMandatory Access ControlCorrect

Mandatory Access Control uses system-enforced security labels assigned to both subjects and objects, and the operating system makes all access decisions based on these predefined classification levels without allowing users to modify them. The policy is set administratively and applied uniformly, meaning no individual user can grant or revoke access outside the defined label hierarchy. This predefined, non-discretionary policy model is the defining characteristic that distinguishes MAC from other access control approaches.

CPolicy Access Control

Policy Access Control is not a recognized standard access control model in information security frameworks such as those defined by NIST.

DRole-Based Access Control

Role-Based Access Control (RBAC) assigns permissions based on organizational job roles rather than on predefined security classification labels attached to system objects.

Concept tested: Mandatory Access Control with predefined system-enforced privileges

Source: https://csrc.nist.gov/glossary/term/mandatory_access_control

Topics

#Access Control Models#Mandatory Access Control (MAC)#Security Controls

Community Discussion

No community discussion yet for this question.

Full CAP Practice