DragonFlyBSD Kernel Audit
DF-0712 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0712 build — deterministic harness (live WiFi path unreachable on guest).
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o harness harness.c
echo "BUILD_EXIT=0"
ls -l harness