DragonFlyBSD Kernel Audit
DF-0033 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0033 build script. Run as the unprivileged user (maxx) on the DragonFly guest.
set -e
cd "$(dirname "$0")"
cc -O2 -o fdtol_race fdtol_race.c
echo "built: $(ls -l fdtol_race)"