Access Control Flashcards
An access control policy where the computer system determines the access control for an object
Mandatory Access Control (MAC)
Label-based access control that defines whether access should be granted or denied to objects by comparing the object label and subject label
Rule-based Access Control
Utilizes complex mathematics to create sets of objects and subjects to define how they interact
Lattice-based Access Control
An access model that is controlled by the system (like MAC) but utilizes a set of permissions instead of a single data label to define the permission level
Role-Based Access Control (RBAC)
An access model that is dynamic and context-aware using IF-THEN statements
Attribute-Based Access Control (ABAC)
An access control model where the owner chooses the permisions
Directory Access Control (DAC)