DragonFlyBSD Kernel Audit
DF-1236 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-1236 harness build (unprivileged-safe, userspace replication of the
# trm_MsgInPhase0 extended-message accumulation logic).
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o harness harness.c
echo "built harness"