DragonFlyBSD Kernel Audit
DF-0510 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-0510 — static code-path analysis of the thread0 fallback.
# A live trigger requires jail + ng_ksocket setup (root-only
# precondition); see VERDICT.md.
set -e
cd "$(dirname "$0")"
./df0510
echo "RUN_EXIT=$?"