Role-Based Access Control (RBAC)

From GM-RKB
(Redirected from Role-Based Access Control)
Jump to navigation Jump to search

A Role-Based Access Control (RBAC) is a Mandatory Access Control that ...



References

2024

  • (Wikipedia, 2024) ⇒ https://en.wikipedia.org/wiki/Role-based_access_control Retrieved:2024-9-5.
    • In computer systems security, role-based access control (RBAC) or role-based security is an approach to restricting system access to authorized users, and to implementing mandatory access control (MAC) or discretionary access control (DAC). Role-based access control is a policy-neutral access control mechanism defined around roles and privileges. The components of RBAC such as role-permissions, user-role and role-role relationships make it simple to perform user assignments. A study by NIST has demonstrated that RBAC addresses many needs of commercial and government organizations. RBAC can be used to facilitate administration of security in large organizations with hundreds of users and thousands of permissions. Although RBAC is different from MAC and DAC access control frameworks, it can enforce these policies without any complication.