DragonFlyBSD Kernel Audit
DF-0034 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-0034 run — unprivileged. Runs the sharp variant (prints varying residue).
# Exit 0 = LEAK CONFIRMED (bug present); exit 2 = no residue (fixed kernel).
# Run as the unprivileged user (maxx) on the DragonFlyBSD guest.
cd "$(dirname "$0")"
echo "+ ./leak_sharp"
./leak_sharp
echo "+ ./leak_stpad"
./leak_stpad