DF-0632 / run.sh
#!/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 |