DragonFlyBSD Kernel Audit
DF-0080 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Source-only confirmation: the defect exists in sys/ at the cited lines and
# fix.diff closes it; the single combined kernel build at rc=0 is the validation.
echo "DF-0080: no runtime trigger required (Low severity, source-only confirmation per AGENT.md guidance)."
echo "See VERDICT.md for the source trace and fix.diff for the patch (validated by combined kernel build)."
exit 0