A. Ene, W. Horne, N. Milosavljevic, P. Rao, R. Schreiber, R. E. Tarjan. Fast Exact and Heuristic Methods for Role Minimization Problems. Accepted at the 13th ACM Symposium on Access Control Models and Technologies (SACMAT), 2008.

Abstract:

We describe several new bottom-up approaches to problems in role engineering for Role-Based Access Control (RBAC). The salient problems are all NP-complete, even to approximate, yet we find that in instances that arise in practice, these problems can be solved in minutes. We first consider role minimization, the process of finding a smallest collection of roles that can be used to implement a pre-existing user-to-permission relation. We introduce fast graph reductions that allow recovery of the solution from the solution to a problem on a smaller input graph. For our test cases, these reductions either solve the problem, or reduce the problem enough that we find the optimum solution with a (worst-case) exponential method. We introduce lower bounds that are sharp for seven of nine test cases and are within 3.4% on the other two. We introduce and test a new polynomial-time approximation that on average yields 2% more roles than the optimum. We next consider the related problem of minimizing the number of connections between roles and users or permissions, and we develop effective heuristic methods for this problem as well. Finally, we propose methods for several related problems.

Bibtex:

@inproceedings{ehmrst-fehmrmp-08,
	author="Alina Ene and William Horne and Nikola Milosavljevi\'c and Prasad Rao and Robert Schreiber and Robert E. Tarjan",
	title="Fast Exact and Heuristic Methods for Role Minimization Problems",
	booktitle="Proc. of the 13th ACM Symposium on Access Control Models and Technologies (SACMAT)"
	month="June",
	year="2008"
}