A File System Design for the Aeolus Security Platform

Download: pdf.

“A File System Design for the Aeolus Security Platform” by F. Peter McKee. Masters thesis, MIT, (Cambridge, MA, USA), Sep. 2011.

Abstract

This thesis presents the design and implementation of a file system for Aeolus, a distributed security platform based on information flow control. An information flow control system regulates the use of sensitive information as it flows through an application. An important part of such a platform is files, since applications use files to store sensitive information. This thesis presents an implementation of a file system that enforces information flow rules on the use of files and generates valuable audit trails of an application’s interaction with the file system. My results show that the file system supports information flow control with auditing while performing nearly as well as a native file system.

Download: pdf.

BibTeX entry:

@mastersthesis{mckee11:_file_system_desig_aeolus_secur_platf,
   author = {F. Peter McKee},
   title = {A File System Design for the Aeolus Security Platform},
   school = {MIT},
   address = {Cambridge, MA, USA},
   month = sep,
   year = {2011}
}

Back to PMG Aeolus publications .

Programming Methodology Group