LOCRAug 29, 2019

Technical report of "The Knowledge Base Paradigm Applied to Delegation Revocation"

arXiv:1908.11132v1
AI Analysis

This work addresses access control management for systems with delegation chains, but it is incremental as it applies an existing paradigm to a specific domain problem.

The paper tackles the problem of delegation revocation in ownership-based access control by applying the knowledge base paradigm to model different revocation schemes, enabling tasks such as determining system states, verifying invariants, and identifying schemes that meet desired outcomes.

In ownership-based access control frameworks with the possibility of delegating permissions and administrative rights, delegation chains will form. There are different ways to treat delegation chains when revoking rights, which give rise to different revocation schemes. In this paper, we investigate the problem of delegation revocation from the perspective of the knowledge base paradigm. A knowledge base is a formal specification of domain knowledge in a rich formal language. Multiple forms of inference can be applied to this formal specification in order to solve various problems and tasks that arise in the domain. In other words, the paradigm proposes a strict separation of concerns between information and problem solving. The knowledge base that we use in this paper specifies the effects of the various revocation schemes. By applying different inferences to this knowledge base, we can solve the following tasks: to determine the state of the system after a certain delegation or revocation; to interactively simulate the progression of the system state through time; to determine whether a user has a certain permission or administrative right given a certain state of the system; to verify invariants of the system; and to determine which revocation schemes give rise to a certain specified set of desired outcomes.

Foundations

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

Your Notes