Search papers, labs, and topics across Lattice.
This paper develops a flow-sensitive type system to enforce disjunctive information flow policies, which allow values to depend on at most one of two secrets. The authors demonstrate that the universal type object essential for these families splits into two, affecting the enforcement mechanisms and leading to stricter precision in certified bounds. Their findings reveal that while traditional approaches may fail to guarantee soundness under certain conditions, the proposed method recovers precision by deferring specialization to the judgment level.
Disjunctive information flow policies can be enforced with a type system that reveals surprising limitations in traditional methods, leading to stricter precision guarantees.
A disjunctive policy allows a value to depend on at most one of two secrets and never on both: an analyst may consult one client's file or the other's, a share of a split secret may be released but not its sibling. Such policies are not lattice-shaped, and Hunt and Sands introduced the quantale of information to give them a semantics, leaving the enforcement layer open. We build the flow-sensitive type system family that the quantale calls for, and show that the object which makes such families useful, the universal type object from which every member specialises, splits in two, with a consequence for enforcement. Over the free commutative quantale on the program variables the whole mechanism survives for every policy: monotone renaming, canonical derivations, principal typings, internal completeness. Over the free object with idempotent generators the certified bound is strictly more precise and still sound, because it records that two reads of one source honour one disjunct. The gap cannot be closed from inside the independent-attribute family: no mechanism of that shape whose labelling maps support monotone renaming certifies a bound more precise than the first, and for principal typings under generator-exact homomorphic specialisation the two coincide. Under the ethical-wall and secret-sharing labels the second read of a disjunctive source therefore drives every such certificate to no guarantee, and programs that satisfy the policy are rejected. The literal transcription of the lattice-era object is no escape either: it is a further quotient that loses branch disjunction. Precision is recovered by deferring specialisation to the judgement level, and the resulting read-out map is the least sound join-preserving one.