You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,48 @@ It does **not** own the whole OS image, package/runtime distribution, or platfor
29
29
-`SocioProphet/agentplane` — governed execution and replay.
30
30
-`SociOS-Linux/nlboot` — original bootstrap primitive and design input.
31
31
32
+
## Prophet Trust Chain boot verification evidence
33
+
34
+
SourceOS Boot owns the boot/device verification slice of Prophet Trust Chain. The platform standard and admission contract live in `SocioProphet/prophet-platform`:
This repo now carries `TrustChainBootVerificationEvidence`, which binds a `BootReleaseSet` to device claim, manifest hash, selected release set, boot mode, verification result, rollback/recovery posture, Trust Chain admission refs, and boot/install/rollback effects.
The valid fixture requires verified device claim, manifest hash, selected release set, boot mode, passing verification result, attestation ref, rollback/recovery posture, policy profile, admission decision, and runtime receipt before boot/install admission is allowed.
58
+
59
+
The blocked fixture proves fail-closed behavior when device claim and manifest verification evidence are missing. Boot/install are denied, rollback remains allowed, and remediation authority is preserved.
60
+
61
+
Boundary: SourceOS Boot records boot/device verification evidence. It does not certify production hardware by itself, mutate live boot entries in this tranche, own package/runtime distribution, replace Lattice Forge runtime evidence, replace Policy Fabric policy profiles, replace AgentPlane execution evidence, or replace Prophet Platform admission composition.
0 commit comments