DragonFlyBSD Kernel Audit
DF-2414 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2414: run script.
# Cannot run: the cited kernel code path is unreachable on this guest because
# the required HBA/device/trigger is absent (see VERDICT.md / env.txt).
echo 'DF-2414: not runnable on this guest (HW/trigger gate). See VERDICT.md.'
exit 0