- 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.
- LaTeX Cookbook
- Effective C#:改善C#代碼的50個(gè)有效方法(原書(shū)第3版)
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- Go語(yǔ)言高效編程:原理、可觀測(cè)性與優(yōu)化
- Practical Data Science Cookbook(Second Edition)
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- Java EE 7 Performance Tuning and Optimization
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Mastering Linux Security and Hardening
- Python Essentials
- 從零開(kāi)始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- Getting Started with Nano Server
- Python預(yù)測(cè)分析實(shí)戰(zhàn)
- ASP.NET Core and Angular 2
- Java Web 從入門(mén)到項(xiàng)目實(shí)踐(超值版)