Specifying a Usage Control System

Ulrich Schöpp, Chuangjie Xu, Amjad Ibrahim, Fathiyeh Faghih und Theo Dimitrakos

Proceedings of the 28th ACM Symposium on Access Control Models and Technologies (SACMAT ’23), pp. 8

Juni 2023 · New York, NY, USA · DOI: 10.1145/3589608.3593843

Zusammenfassung

Modern system architectures require sophisticated access and usage control mechanisms. The need stems from demanding requirements for security, data sovereignty and privacy regulations, as well as the challenges presented by architectural approaches like zero trust networking. Usage control systems provide one approach to encapsulate and manage the complexities related to access and usage control. In order to trust a usage control system, it is essential to ensure that usage control policies express the intended properties and are enforced correctly. To achieve this, we need a precise specification of the intended behavior of a usage control system. For attribute-based access control, the XACML standard is a sufficient specification of the behavior of policies. Usage control models, such as UCON, extend access control with features for continuous authorization based on mutability of attribute values. This adds significant complexity to the problem of specifying the intended behavior. In this paper, we identify challenges with specifying a practical usage control system regarding continuous control, obligations, and concurrency aspects. We describe an approach to specifying the UCON+ model of Dimitrakos et al. and outline an implementation of the specification with Answer Set Programming.