DragonFlyBSD Kernel Audit
DF-0015 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0015 build: compile the kern.proc.pathname leak PoC.
set -e
cd "$(dirname "$0")"
cc -o leak_pathname leak_pathname.c
echo "built: leak_pathname"
ls -l leak_pathname