BioOS — DCC Ring 0 kernel emulator

Model of dcc_core.bpf.c, build 2026-08-07 · 36 conformance tests ·
Write path → capture.jpg lsm/file_permission EPERM
target capture.jpg ino 7001
axiom file_axiom_map: no entry
tx_state TX_IDLE no bound inode
write() 0 allowed
the first write consumes the token and binds the transaction to that inode; the rest are multi-writes to the bound inode
last verdict no token
EPERM
No live causal token — every write() to capture.jpg is refused.
a click, tap or key press this page did not script
Network egress lsm/socket_connect · socket_sendmsg EPERM
socket AF_INET · SOCK_STREAM not opened
connect 203.0.113.9:443 not attempted
sendmsg() 0 allowed
every send is decided again on lsm/socket_sendmsg; neither guard consumes the token, and neither looks at the destination
last verdict no token
EPERM
No live causal token — connect() and every send are refused.
a click, tap or key press this page did not script
📋 Kernel audit log 0 events
Replay a kernel path
CAUSALITY_WINDOW = 500 ms
no token — every write, connect or send is EPERM
one token, two hooks: write() on lsm/file_permission and sendmsg() on lsm/socket_sendmsg, until the window closes