DragonFlyBSD Kernel Audit
DF-2927 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2927 PoC — nothing to build; trigger is a stock userland binary (sysctl(8)).
# Kept as a script so the evidence pack is uniform.
set -e
echo "DF-2927: no compile step required."
echo "Trigger: /sbin/sysctl -n debug.dump_modinfo   (unprivileged)"