Access Control Flashcards
Implements a security policy that specifies who or what may have access to each specific system resource and the type of access that is permitted in each instance.
Access Control
Verification that the credentials of a user or other system entity are valid.
Authentication
The granting of a right or permission to a system entity to access a system resource.
Authorization
An independent review and examination of system records and activities in order to test for adequacy of system controls, to ensure compliance with established policy and operational procedures, to detect breaches in security, and to recommend any indicated changes in control, policy and procedures.
Audit
What are the access control policies?
Discretionary access control (DAC)
Mandatory access control (MAC)
Role-based access control (RBAC)
Attribute-based access control (ABAC)
Controls access based on the identity of the requestor and on access rules stating what requestors are allowed to do.
Discretionary access control (DAC)
Controls access based on comparing security labels with security clearances.
Mandatory access control (MAC)
Controls access based on the roles that users have within the system and on rules stating what accesses are allowed to users in given roles.
Role-based access control (RBAC)
Controls access based on attributes of the user, the resource to be accessed, and current environmental conditions.
Attribute-based access control (ABAC)
What are the basic elements of access control?
Subject
Object
Access right
A _____ is an entity capable of accessing objects.
subject
Access control systems typically define three classes of subject, with different access rights for each class. What are they?
Owner - created the file
Group - given access rights as a owner
World - least amount of access granted
An _____ is a resource to which access is controlled.
Object
An ____ _____ describes the way in which a subject may access an object.
access rights
Access rights have multiple privileges, such as:
Read, write, execute, delete, create, search.