Authorization and Least Privilege Flashcards
Recap
What is Authorization?
Determining what action can be conducted by an authenticated user.
What is Least Privilege?
Users having minimum set of permissions to access filesystem and do their job.
What is Mandatory Access Control (MAC)?
Is a security model that enables an operating system to determine and assign permissions to the users within a computer system or network.
What is Discretionary Acess Control (DAC) System?
Is a security model that enables an operating system to assign permission to users by adminstrators in a filesystem or network system.
What is Role Based Access Control (RBAC) system?
Security model that enables an OS to assign permissions to a group of users within a file system or network.