DragonFlyBSD Kernel Audit
DF-2281 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-2281 build.sh — no buildable PoC on this guest (gated).
# Gate: /dev/sg0 is mode 0600 root:operator; maxx not in operator -> EACCES
# The defense-in-depth fix is validated to compile: see fix.diff + fix_build.log
# (nativekernel rc=0, -Werror, -DINVARIANTS).
set -e
echo "DF-2281: no buildable PoC — gated on this guest (/dev/sg0 is mode 0600 root:operator; maxx not in operator -> EACCES)."
echo "See VERDICT.md (gate + source trace) and fix.diff (validated fix)."
exit 0