DF-0282 / build.sh
#!/bin/sh # DF-DF-0282 build.sh # NOTE: This finding is NOT runtime-testable on the audit guest # (DF-0275/0286/0287: no WiFi hardware; DF-0282: no Bluetooth RFCOMM module). # There is no runnable PoC binary; the authoritative evidence is the source # trace in VERDICT.md and the fix in fix.diff. This script validates that the # fix applies cleanly to the read-only sys/ tree: cd "/usr/bin" git apply --check -p1 fix.diff && echo "DF-DF-0282: fix.diff applies cleanly to sys/" |