lh-l4v/proof/access-control
Joel Beeren 1634608453 arm: ioportcontrol: Fixes after adding IOPortControlCaps to x64 2018-04-19 05:27:06 +10:00
..
ADT_AC.thy arm access: ARM Access now builds on arm-hyp 2017-06-19 14:32:44 +10:00
Access.thy arm: revise scheduler / fastpath / scheduler bitmaps (SELFOUR-242) 2017-11-27 22:05:34 +11:00
Arch_AC.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00
CNode_AC.thy arm: ioportcontrol: Fixes after adding IOPortControlCaps to x64 2018-04-19 05:27:06 +10:00
Deterministic_AC.thy Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
DomainSepInv.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00
Dpolicy.thy Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
ExampleSystem.thy Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
Finalise_AC.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00
Interrupt_AC.thy Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
Ipc_AC.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00
README.md misc: Proofing and formatting of README.md files. 2014-07-28 13:15:48 +10:00
Retype_AC.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00
Syscall_AC.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00
Tcb_AC.thy Proof update for crunch changes 2018-04-04 14:13:55 +10:00

README.md

Access Control Proof

This proof establishes that seL4 enforces the security properties of authority confinement and integrity. These are essential correctness properties of its capability-based access control system: authority confinement means that authority propagates only in accordance with capabilities, and integrity means that data cannot be modified without possession of an appropriate write capability to the data. These properties and proofs are described in detail in an ITP 2011 paper. These properties are phrased over seL4's abstract specification and this proof builds on top of the Abstract Spec Invariant Proof.

Building

To build from the l4v/ directory, run:

./isabelle/bin/isabelle build -d . -v -b Access

Important Theories

The top-level theory where these two properties are proved for the kernel is Syscall_AC; the bottom-level theory where the properties are defined is Access.