Chapter 4 Flashcards
DAC
Discretionary access control:
Control access is defined based on the requestor identity and the access rule
MAC
Mandatory access control:
Control access is defined based on comparing the security labels with the security clearances.
How does RBAC relate to DAC and MAC?
Role based access control:
The control access is defined based on the roles of the user.
Three classes of subject in an access control system
Owner
Group
World
Subject vs object in access control
subject: an entity and it has the capability of accessing the objects
Object: an entity that contains the information and it is a resource for the access control.
Access right?
Read Write Execute Delete Create Search
ACL vs capability ticket
An ACL is used to list the users and their permitted access rights
A capability ticket is used to specify the authorized objects and operations fora particular user.
What is a protection domain?
an object which is having a set of objects together with access rights.
Four types of entities in a base model RBAC system.
User
Role
Permission
Session
Describe three types of role hierarchy constraints.
Mutually exclusive roles
Cardinality
Prerequisite
IN the NIST RBAC model, what is the difference between SSD and DSD?
Static separation of Duty relations:
Dynamic separation of duty relations