DragonFlyBSD Kernel Audit
DF-1442 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# Build the DF-1442 trigger harness (userspace stand-in; the in-kernel path
# needs AHCI SATA hardware absent from the audit guest).
set -e
cd "$(dirname "$0")"
cc -Wall -Wextra -O2 -o harness harness.c
echo "BUILD_EXIT=$?"
ls -l harness