@hackage dclabel0.0.2
The Disjunction Category Label Format
Categories
License
BSD-3-Clause
Maintainer
Deian Stefan <deian at cs dot stanford dot edu>
Links
Versions
Deprecated
Dependencies (3)
- QuickCheck >=2.1
- base >=4 && <5
- pretty >1.0.1 && <2 Show all…
Dependents (3)
@hackage/lio, @hackage/acme-everything, @hackage/hails
The DC Label (DCLabel) library provides dynamic information
flow control label format in the form of conjunctions of
disjunctions of principals. Most code should import module
DCLabel.Safe; trusted code should import DCLabel.TCB.
The core functionality of the library is documented in
DCLabel.Core, while the small EDSL used to create labels is
documents in DCLabel.NanoEDSL. DCLabel was implemented by David
Mazieres (http://www.scs.stanford.edu/~dm/), Deian Stefan
(http://www.scs.stanford.edu/~deian/), and Alejandro Russo
(http://www.cse.chalmers.se/~russo/).