nx_recovery_guard_gate.nx
buildroot/runtime/nx_recovery_guard_gate.nx
about
nx_recovery_guard_gate.nx -- proves the enforcement bridge end-to-end on REAL images, and that it honors
supervision: (T1) a fingerprint APPROVED on the seg_store blocklist blocks its real image; (T2) a fingerprint that
is on the blocklist but only PENDING does NOT block (the same image is allowed); (T3) once the operator approves it,
that same image is now blocked. So only operator-approved entries enforce -- nothing blocks behind your back.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_recovery_guard.nxnx_gate.nxnx_tabrec.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 9 | func hex16(v: i64, out: *u8) -> i64 { var i: i64=0; while i<16 { let sh: i64=(15-i)*4; let nib: i64=(v>>sh)&0xf; if nib<10 { out[i]=(48+nib) as u8 } else { out[i]=(87+nib) as u8 } i=i+1 } out[16]=0 as u8; return 16 } called by 1: main |
| 10 | func dhash_gif(path: *u8) -> i64 |
| 16 | func seed(prefix: *u8, id: *u8, dhhex: *u8) -> i64 |
| 22 | func main() -> i64 |