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