A Decentralized Model for Information Flow Control

Download: pdf, ps.

A Decentralized Model for Information Flow Control” by Andrew C. Myers and Barbara Liskov. In ACM Symposium on Operating Systems Principles (SOSP), (Saint Malo, France), Oct. 1997, pp. 129-142.

Abstract

This paper presents a new model for controlling information flow in systems with mutual distrust and decentralized authority. The model allows users to share information with distrusted code (e.g., downloaded applets), yet still control how that code disseminates the shared information to others. The model improves on existing multilevel security models by allowing users to declassify information in a decentralized way, and by improving support for fine-grained data sharing. The paper also shows how static program analysis can be used to certify proper information flows in this model and to avoid most run-time information flow checks.

Download: pdf, ps.

BibTeX entry:

@inproceedings{myers97decentralized,
   author = {Andrew C. Myers and Barbara Liskov},
   title = {A Decentralized Model for Information Flow Control},
   booktitle = {ACM Symposium on Operating Systems Principles (SOSP)},
   pages = {129--142},
   address = {Saint Malo, France},
   month = oct,
   year = {1997},
   url = {http://citeseer.ist.psu.edu/myers97decentralized.html}
}

Also see all authors, all publications by date, and all publications by topic.

Programming Methodology Group