DragonFlyBSD Kernel Audit
DF-2920 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2920: run the probe as an UNPRIVILEGED user on tmpfs, ufs and hammer2.
# Usage: run.sh <path-on-fs> [race-seconds]
P=${1:-/tmp/df2920.bin}
S=${2:-8}
exec /tmp/truncfault "$P" "$S"