Abstractions for usable information flow control in Aeolus

  • Authors:
  • Winnie Cheng;Dan R. K. Ports;David Schultz;Victoria Popic;Aaron Blankstein;James Cowling;Dorothy Curtis;Liuba Shrira;Barbara Liskov

  • Affiliations:
  • IBM Research;MIT CSAIL;MIT CSAIL;Stanford;Princeton;MIT CSAIL;MIT CSAIL;Brandeis;MIT CSAIL

  • Venue:
  • USENIX ATC'12 Proceedings of the 2012 USENIX conference on Annual Technical Conference
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Despite the increasing importance of protecting confidential data, building secure software remains as challenging as ever. This paper describes Aeolus, a new platform for building secure distributed applications. Aeolus uses information flow control to provide confidentiality and data integrity. It differs from previous information flow control systems in a way that we believe makes it easier to understand and use. Aeolus uses a new, simpler security model, the first to combine a standard principal-based scheme for authority management with thread-granularity information flow tracking. The principal hierarchy matches the way developers already reason about authority and access control, and the coarse-grained information flow tracking eases the task of defining a program's security restrictions. In addition, Aeolus provides a number of new mechanisms (authority closures, compound tags, boxes, and shared volatile state) that support common design patterns in secure application design.