Greedy Algorithm for Least Privilege in RBAC Model

Liu Jinling,Huang Hejiao,Du Hongwei
DOI: https://doi.org/10.1007/978-3-642-22616-8_42
2011-01-01
Abstract:Least privilege means only the necessary privileges are needed to complete a task for users. This is one of the most important principles in RBAC model. Currently, how to assign roles to users to achieve this principle is still not solved. In this paper, the least privilege problem is proved to be NP-hard, and an approximation algorithm is given. The simulation result shows that with the algorithm, each user can acquire its privilege to perform its job with the least privilege principle.
What problem does this paper attempt to address?