DragonFlyBSD Kernel Audit
DF-2028 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-DF-2028 run: HW-GATED -- no runtime trigger on this guest.
# The vulnerable driver (iir) cannot attach (no mfi/tws/iir/amdgpu HW present).
# Verification is source-trace + fix module-build, not runtime execution.
echo "DF-DF-2028: HW-gated, not runtime-reproducible on this guest. See VERDICT.md."
exit 0