CMU-CS-09-141
Computer Science Department
School of Computer Science, Carnegie Mellon University



CMU-CS-09-141

PCAL: Language Support for
Proof-Carrying Authorization Systems

Avik Chaudhuri*, Deepak Garg

October 2009

CMU-CS-09-141.pdf


Keywords: Access control, proof-carrying authorization, language-based security

By shifting the burden of proofs to the user, a proof-carrying authorization (PCA) system can automatically enforce complex access control policies. Unfortunately, managing those proofs can be a daunting task for the user. In this paper we develop a Bash-like language, PCAL, that can automate correct and effcient use of a PCA interface. Given a PCAL script, the PCAL compiler tries to statically construct the proofs required for executing the commands in the script, while re-using proofs to the extent possible and rewriting the script to construct the remaining proofs dynamically. We obtain a formal guarantee that if the policy does not change between compile time and run time, then the compiled script cannot fail due to access checks at run time.

33 pages

*University of Maryland, College Park


Return to: SCS Technical Report Collection
School of Computer Science

This page maintained by reports@cs.cmu.edu