- OpenStack Cloud Security
- Fabio Alessandro Locati
- 325字
- 2021-07-16 13:28:17
Access control
Access control is the selective restriction of access to some kind of resource (a folder, a file, and a device). There are different types of approaches to access control. The first one is Discretionary Access Control (DAC) in which every user can decide who can, with which permissions, read his/her files.
An example of this is the Unix permission system where, if you create a file, you can choose who will be able to read or change it.
In Mandatory Access Control (MAC), the administrator decides the security policies and all the files in the system will comply.
An example of this is a public archive (that is, tax archive), where even if you are the creator of a document, you are not allowed to choose who is able to read it. Only the archive owner will be able to make such decisions.
An evolution of DAC and MAC is Role-based Access Control (RBAC). In RBAC, the permissions are not granted per user, but according to role. This allows big organizations to assign permission to roles and roles to users, making it easier to create, modify, or delete users.
Examples of this type of access controllers are pretty common in day-to-day life. A typical use of RBAC in real life is the authorized personnel only area, where usually all people with certain characteristics (that is, be it an employee of a specific company or be it the work for a specific department) are allowed to enter.
An evolution of RB and MAC is Multi Level Security (MLS). In MLS systems, each user has a trust level and each item has a confidentiality level. The administrator is still the one who is in charge of creating the security policies, as in MAC systems, but the system will ensure that each user will only see the items that have a confidentiality level allowed to him based on some system configurations and the user trust level.
- Objective-C應(yīng)用開發(fā)全程實錄
- C語言程序設(shè)計
- Python機器學(xué)習(xí)編程與實戰(zhàn)
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Swift語言實戰(zhàn)晉級
- 軟件體系結(jié)構(gòu)
- 硬件產(chǎn)品設(shè)計與開發(fā):從原型到交付
- WCF技術(shù)剖析(卷1)
- Python應(yīng)用與實戰(zhàn)
- Learning D3.js 5 Mapping(Second Edition)
- Raspberry Pi開發(fā)實戰(zhàn)
- Switching to Angular 2
- TensorFlow程序設(shè)計