DragonFlyBSD Kernel Audit
DF-1143 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-1143 — runtime PoC not possible on this guest.
# The amdgpu driver is not in the GENERIC kernel, no AMD GPU is present in
# the QEMU VM, and the attacker class is malicious-VBIOS rather than
# unprivileged local. See VERDICT.md for the full source trace and reachability analysis.
echo "DF-1143: cannot trigger on default GENERIC DragonFlyBSD guest (no AMD GPU, amdgpu not in kernel)."
exit 0