Definition
Access Control
Access control is the enforcement of a security policy that determines which subjects (users, processes) may perform which operations on which objects (files, devices, resources).
Formally, an access control system consists of:
- A set of subject
- A set of objects
- A set of operations (rights)
- An access policy that grants or denies requests
Protection Domain
Definition
Link to originalProtection Domain
Access Matrix
Definition
Link to originalAccess Matrix
Lock-Key System
Lock-Key System
The lock-key mechanism provides a middle ground between ACLs and capabilities. Like capabilities, possession of a key grants authority. Like ACLs, the object maintains information (locks) about who may access it.
Models
Mandatory
Definition
Link to originalMandatory Access Control
Mandatory access control (MAC) is an access control model in which the security policy is set and modified centrally by a trusted administrator.
Discretionary
Definition
Link to originalDiscretionary Access Control
Discretionary access control (DAC) is an access control model in which subjects can freely delegate, revoke, and modify access rights to objects for which they have certain access rights.