seL4-L4.verified/proof/access-control
Gerwin Klein d0f591f7ab arm access+infoflow: SGISignalCap security thms
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2025-07-07 08:53:07 +10:00
..
ARM arm access+infoflow: SGISignalCap security thms 2025-07-07 08:53:07 +10:00
RISCV64 access: update to Isabelle2025 2025-06-13 13:20:24 +10:00
ADT_AC.thy proof+autocorres: update for select_wp and alternative_wp 2023-08-09 16:42:01 +10:00
Access.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Access_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Arch_AC.thy access+infoflow: relax conditions 2025-04-01 17:43:40 +11:00
CNode_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Deterministic_AC.thy access: Isabelle2020 update 2020-10-27 15:52:31 +10:00
DomainSepInv.thy arm access+infoflow: SGISignalCap security thms 2025-07-07 08:53:07 +10:00
Finalise_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Interrupt_AC.thy access+infoflow: relax conditions 2025-04-01 17:43:40 +11:00
Ipc_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
README.md READMEs: use run_tests consistently in READMEs (#622) 2023-03-30 13:59:18 +11:00
Retype_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Syscall_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Tcb_AC.thy arm proof: update for det_ext refactor 2025-05-01 10:55:20 +10:00
Types.thy aspec+access: Access arch split 2021-06-21 20:10:32 +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 for the ARM architecture from the l4v/ directory, run:

L4V_ARCH=ARM ./run_tests 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.