DragonFlyBSD Kernel Audit
DF-2483 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# No buildable PoC: this is a HW-gated kernel driver finding.
# The vulnerable driver does not exist on this guest (no HBA hardware).
# The defense-in-depth fix is in fix.diff (git apply --check verified).
echo "HW-gated driver finding — no userspace PoC to build."
echo "Gate proof: see env.txt and manifest.json"
echo "Fix validation: git apply --check fix.diff"
exit 0