DragonFlyBSD Kernel Audit
DF-1023 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Run script for DF-1023 PoC harness (documentation only on this guest)
set -e
cd "$(dirname "$0")"
./poc
echo "RUN_EXIT=$?"