DF-0005 / run.sh
#!/bin/sh # DF-0005 PoC run script (run on the DragonFlyBSD guest as an UNPRIVILEGED user). # The PoC is fully self-contained: it allocates its own pty pair, so no external # interactive terminal / ssh -tt is required. # # Run: ./run.sh set -e cd "$(dirname "$0")" exec ./tiocsti ${1+"$@"} |