DragonFlyBSD Kernel Audit
DF-1178 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-1178 harness run (logic-level demonstration only; HW-gated on this guest)
set -e
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"