DragonFlyBSD Kernel Audit
DF-1424 / run.sh
← back to finding ↓ download raw
#!/bin/sh
# DF-1424 PoC runner
# This finding is Root-only + HW-gated (iir RAID).
# It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only).
#
# Reachability: Root-only. /dev/iir0 is mode 0600 (root only). Also requires IIR RAID controller hardware.
#
echo "DF-1424: Root-only + HW-gated (iir RAID) — not reproducible on this guest"
echo "Reason: Root-only. /dev/iir0 is mode 0600 (root only). Also requires IIR RAID controller hardware."
exit 0