DragonFlyBSD Kernel Audit
DF-2846 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2846: no compilation required — the trigger is pure sysctl reads.
exec > build.log 2>&1
echo "nothing to build: sysctl-only PoC"
exit 0