DragonFlyBSD Kernel Audit
DF-2944 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2944 PoC build (in-guest)
set -e
cc -O -o /tmp/acct_leak /root/poc/acct_leak.c
cc -O -o /tmp/acct_helper /root/poc/acct_helper.c
echo "build OK"