CRAug 23, 2012

Implementing Access Control Markov Decision Processes with GLPK/GMPL

arXiv:1208.4722v21 citationsHas Code
AI Analysis

This is an incremental implementation of a known method for access control systems, with no broad impact claimed.

The paper tackles the problem of implementing an access control mechanism modeled as a Markov Decision Process using the GLPK solver and GMPL language, showing how parameter variations affect decisions and allowing calculation of decision values.

In a recent approach, we proposed to model an access control mechanism as a Markov Decision Process, thus claiming that in order to make an access control decision, one can use well-defined mechanisms from decision theory. We present in this paper an implementation of such mechanism, using the open-source solver GLPK, and we model the problem in the GMPL language. We illustrate our approach with a simple, yet expressive example, and we show how the variation of some parameters can change the final outcome. In particular, we show that in addition to returning a decision, we can also calculate the value of each decision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes