General Security Concepts: Examine Authorization and Access control modules Flashcards
What is Authorization?
Authorization is the process or method of granting or denying specific permissions and access rights to authenticated users or entities, and controlling their actions within a system or resource.
What is the common access control model DAC ?
DAC: Data owners determine and manage access permissions to their resources.
What is the common access control model MAC ?
Mandatory access control (MAC): A central authority determines access permissions based on predefined security labels or classifications.
What is the common access control model RBAC ?
Role BAC: A central authority determines access permissions based on predefined security labels or classifications.
What is the common access control model Rule-BAC ?
Rule-based access control: A set of explicitly defined rules or conditions determines access decisions.