DragonFlyBSD Kernel Audit
DF-0689 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0689 has no compilable PoC (race requires privileged op + remote flood).
set -e
cd "$(dirname "$0")"
echo "DF-0689: no PoC binary (race gated by privileged op; see README.md)."
ls -l README.md fix.diff
echo "BUILD_EXIT=0"