DragonFlyBSD Kernel Audit
DF-0689 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0689: no runnable PoC — race requires SIOCDIFPHYADDR (root-only).
cd "$(dirname "$0")"
echo "DF-0689: not runnable as unprivileged user."
echo "See README.md for the structural analysis and the root-only race recipe."
echo "RUN_EXIT=0"