DragonFlyBSD Kernel Audit
DF-1399 / run.sh
← back to finding ↓ download raw
#!/bin/sh
# DF-1399 PoC runner
# This finding is Root-only (vinum volume manager).
# It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only).
#
# Reachability: Root/vinum-capability only. vinum config is controlled via root-only ioctl. Not reachable as unprivileged maxx.
#
echo "DF-1399: Root-only (vinum volume manager) — not reproducible on this guest"
echo "Reason: Root/vinum-capability only. vinum config is controlled via root-only ioctl. Not reachable as unprivileged maxx."
exit 0