DragonFlyBSD Kernel Audit
DF-0785 / build_chain.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Build the DF-0785 escalation chain (run on the guest as maxx, or root then chown).
set -e
cd "$(dirname "$0")"
cc -O2 -fno-stack-protector -fcf-protection=none -o chain chain.c
echo "built ./chain"