Chapter 14 Flashcards
the access granted for an object that determine what you can do with it (read/edit/create/delete)
permissions
the ability to take an action on an object
right
a combination of rights and permissions
privileges
access control model that restricts access to data based on the content within an object
content-dependent control
access control model that requires specific activity before granting users access
context-dependent control
subjects are granted access only to what they need to know
need to know
subjects are granted only the privileges they need
least privilege
access control model where every object has an owner and the owner can grant or deny access to other subjects
discretionary access control (DAC)
access control model where roles or groups are used to assign permissions
Role-Based Access Control (RBAC)
access control model that applies global rules to all subjects (such as a firewall)
Rule-Based Access Control
access control model where rules can include multiple attributes and apply differently to different subjects
Attribute-Based Access Control
access control model where labels are applied to both subjects and objects (clearances)
Mandatory Access Control (MAC)
access control model that grants access after evaluating risk based on machine learning
Risk-Based Access control
MAC classification where labels are ordered from low to high security
Hierarchical
MAC classification where there is no relationship between security domains
Compartmentalized Environment
MAC classification that combines hierarchical and compartmentalized concepts
hybrid environment