State-Based Usage Control Enforcement with Data Flow Tracking using System Call Interposition

  • Authors:
  • Matúš Harvan;Alexander Pretschner

  • Affiliations:
  • -;-

  • Venue:
  • NSS '09 Proceedings of the 2009 Third International Conference on Network and System Security
  • Year:
  • 2009

Quantified Score

Hi-index 0.01

Visualization

Abstract

Usage control generalizes access control to what happens to data in the future. We contribute to the enforcement of usage control requirements at the level of system calls by also taking into account data flow: Restrictions on the dissemination of data, for instance, as stipulated by data protection regulations, of course relate not to just one file containing the data, but likely to all copies of that file as well. In order to enforce the dissemination restrictions on all copies of the sensitive data item, we introduce a data flow model that tracks how the content of a file flows through the system (files, network sockets, main memory). By using this model, the existence of potential copies of the data is reflected in the state of the data flow model. This allows us to enforce the dissemination restrictions by relating to the state rather than all sequences of events that possibly yield copies. Generalizing this idea, we describe how usage control policies can be expressed in a related state-based manner. Finally, we present an implementation of the data flow model and state-based policy enforcement as well as first encouraging performance measurements.