Fable: A Language for Enforcing User-defined Security Policies. Nikhil Swamy, Brian J. Corcoran, and Michael Hicks. Technical Report CS-TR-4895, University of Maryland, Department of Computer Science, November 2007. Full version of Oakland 08 paper.

This paper presents Fable, a core formalism for a programming language in which programmers may specify security policies and reason that these policies are properly enforced. In Fable, security policies can be expressed by associating security labels with the data or actions they protect. Programmers define the semantics of labels in a separate part of the program called the enforcement policy. Fable prevents a policy from being circumvented by allowing labeled terms to be manipulated only within the enforcement policy; application code must treat labeled values abstractly. Together, these features facilitate straightforward proofs that programs implementing a particular policy achieve their high-level security goals. Fable is flexible enough to implement a wide variety of security policies, including access control, information flow, provenance, and security automata. We have implemented Fable as part of the Links web programming language; we call the resulting language SELinks. We report on our experience using SElinks to build two substantial applications, a wiki and an on-line store, equipped with a combination of access control and provenance policies. To our knowledge, no existing framework enables the enforcement of such a wide variety of security policies with an equally high level of assurance.

[ .pdf ]

@TECHREPORT{swamy07fableTR,
  AUTHOR = {Nikhil Swamy and Brian J. Corcoran and Michael Hicks},
  INSTITUTION = {University of Maryland, Department of Computer Science},
  NUMBER = {CS-TR-4895},
  TITLE = {Fable: A Language for Enforcing User-defined Security Policies},
  YEAR = 2007,
  MONTH = NOV,
  NOTE = {Full version of Oakland 08 paper}
}

This file has been generated by bibtex2html 1.69