DragonFlyBSD Kernel Audit
DF-2793 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2793 run (must be root; creates /tmp/jail2793 and jails a child)
set -e
[ "$(id -u)" = 0 ] || { echo "must run as root"; exit 2; }
rm -rf /tmp/jail2793
./jail_rtprio