DragonFlyBSD Kernel Audit
DF-0632 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Run script for DF-0632 demonstration.
# MUST be run as a detached nohup process because loading ipfw3 breaks SSH
# (default-deny). Recommended invocation:
#   nohup sh run.sh </dev/null >/dev/null 2>&1 &
# Result is written to /tmp/df0632_result.txt.
PROBE_KO=${PROBE_KO:-/usr/src/sys/modules/df0632_probe/df0632_probe.ko}
export PROBE_KO
sh df0632_test.sh