code wiki / _hdl_build / nx_job_launch_bound_gate.nx

nx_job_launch_bound_gate.nx

buildroot/runtime/_hdl_build/nx_job_launch_bound_gate.nx

4374 B56 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic job
docsdependenciesstructsconstsfunctions

about

nx_job_launch_bound_gate.nx -- proves the widened async-launch bound before it ships into the SHARED nx_job_run launcher. Two failure modes, opposite directions, both fatal, so both are teeth: TOO TIGHT -> the widening does nothing and generators still need shell (T1-T4). TOO LOOSE -> a daemon or a control-plane organ becomes async-launchable, which is the brick (T5-T13). T13 is the one that matters most: nx_mgmt itself must be refused. T14 is the back-compat tooth: every organ the OLD substring rule allowed must still be allowed, because widening a shared launcher that quietly drops an existing caller is a regression wearing a feature's clothes. license_tier: ORIGINAL No hw writes (Rule 26).

dependencies 2 imports · 0 importers

nx_job_launch_bound.nx nx_gate_verdict.nx nx_job_launch_bound_gate.nx

imports: nx_job_launch_bound.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gv_ctr sys_mmap gv_head gv_puts sys_write gv_check gv_puts ↻ jb_allow jlb_denied jlb_seg_prefix jlb_seg_starts jb_deny jlb_denied ↻ gv_verdict gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap gv_journal sys_openat_append sys_mmap ↻ gv_catn sys_mmap ↻ sys_munmap ↻ sys_now_realtime_sec sys_mmap ↻ sys_clock_gettime_real gv_cat sys_write ↻ sys_close sys_munmap ↻

structs

none

consts

none

functions

15func jb_allow(name: *u8) -> i64 { if jlb_denied(name) == 0 { return 1 } return 0 }
called by 1: main calls 1: jlb_denied
16func jb_deny(name: *u8) -> i64 { if jlb_denied(name) == 1 { return 1 } return 0 }
called by 1: main calls 1: jlb_denied
18func main(argc: i64, argv: *i64) -> i64