DF-1411 / run.sh
#!/bin/sh # DF-1411 PoC runner # This finding is HW-gated GPU module (i915 backlight). # It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only). # # Reachability: HW-gated. i915.ko requires Intel integrated graphics. No Intel GPU in QEMU guest. # echo "DF-1411: HW-gated GPU module (i915 backlight) — not reproducible on this guest" echo "Reason: HW-gated. i915.ko requires Intel integrated graphics. No Intel GPU in QEMU guest." exit 0 |