DragonFlyBSD Kernel Audit
DF-2550 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2550 build: compile the unprivileged fchown-loop trigger (maxx).
set -e
cd "$(dirname "$0")"
cc -o trigger trigger.c
echo "built: trigger"