DragonFlyBSD Kernel Audit
DF-2683 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2683 - build on the guest (unprivileged)
set -e
cc -O2 -o fsetown_race fsetown_race.c
echo BUILD_OK