lh-l4v/proof/README.md

20 lines
829 B
Markdown
Raw Normal View History

Formal Proofs about seL4
========================
2014-07-24 03:31:57 +00:00
This directory contains the formal proofs about seL4, which mostly prove
properties about the various seL4 [specifications](../spec/).
Each such proof lives in its own subdirectory:
* [`access-control`](access-control/) - Access Control Proof
* [`asmrefine`](asmrefine/) - Assembly Refinement Proof
* [`bisim`](bisim/) - Bisimilarity of seL4 with a static Separation Kernel
2014-07-24 03:31:57 +00:00
* [`capDL-api`](capDL-api/) - CapDL API Proofs
* [`crefine`](crefine/) - C Refinement Proof
* [`drefine`](drefine/) - CapDL Refinement Proof
* [`infoflow`](infoflow/) - Confidentiality Proof
* [`invariant-abstract`](invariant-abstract/) - Abstract Spec Invariant Proof
* [`refine`](refine/) - Design Spec Refinement Proof
* [`sep-capDL`](sep-capDL/) - CapDL Separation Logic Proof