DragonFlyBSD Kernel Audit
DF-1163 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-1163 run: execute the harness. (Runtime kernel trigger requires an AMD Sea
# Islands GPU with malicious CE/PFP/ME/MEC firmware headers; not exercisable on
# this QEMU/KVM guest.)
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"