#!/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
