DragonFlyBSD Kernel Audit
DF-1142 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-1142 runtime trigger is NOT exercisable on this guest (same as DF-1141).
# The four SMC-level population functions run only at amdgpu DPM init on a
# Sea Islands AMD GPU with its VBIOS parsed. No AMD GPU here; amdgpu not in
# GENERIC. See VERDICT.md.
echo "DF-1142: runtime trigger requires AMD Sea Islands GPU + malicious VBIOS."
echo "         Not exercisable on this QEMU/KVM guest (no AMD GPU)."
echo "         See VERDICT.md for the source-level confirmation + fix."
exit 0