DragonFlyBSD Kernel Audit
DF-0528 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF findings DF-0528: netgraph-triggered bug; the "build" is just the shell
# trigger script (no C compilation needed).  Mark it executable.
chmod +x trigger.sh 2>/dev/null || true
echo "trigger.sh ready for DF-0528"