DragonFlyBSD Kernel Audit
DF-0107 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0107 build script (run on the DragonFly guest, as the unprivileged build user).
# Compiles the DIOCSDINFO32 trigger.
set -e
cd "$(dirname "$0")"
cc -O0 -o poc_diocsdinfo poc_diocsdinfo.c
echo "BUILD_OK: $(ls -l poc_diocsdinfo)"