DragonFlyBSD Kernel Audit
DF-2455 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2455 build: the FD_STYPE trigger (NOT runnable on this audit guest — no FDC).
set -e
cc -o fd_stype fd_stype.c
echo "built ./fd_stype (note: requires /dev/fd0 + an FDC, absent on this guest)"