DragonFlyBSD Kernel Audit
DF-2548 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2548 PoC run script (run as the UNPRIVILEGED user).
set -e
cd "$(dirname "$0")"
./poc
echo "RUN_EXIT=$?"