DragonFlyBSD Kernel Audit
DF-0940 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0940 build: compile the trigger as the unprivileged user.
set -e
cd "$(dirname "$0")"
cc -O0 -o trig trig.c
echo "BUILD_OK: trig"