DragonFlyBSD Kernel Audit
DF-1166 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-1166 run: execute the harness. (Runtime kernel trigger requires an AMD GPU
# with a malicious VBIOS/PowerPlay PP table; not exercisable on this guest.)
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"