DragonFlyBSD Kernel Audit
DF-1449 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# No live trigger on this guest (no).
# Proof is source-level: see VERDICT.md and fix.diff.
echo "DF-1449: HW/module gated on this guest. See VERDICT.md for the source-level"
echo "confirmation at sys/dev/disk/mpt/mpt_raid.c:414, 1155, 1309, 1405, 1436, and fix.diff for the validated fix."
exit 0