DragonFlyBSD Kernel Audit
DF-0818 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0818 build: compile the unprivileged bulkfree ioctl exerciser.
set -e
cd "$(dirname "$0")"
cc -o poc poc.c -I/usr/src/sys
echo "build OK: $(ls -l poc)"