DragonFlyBSD Kernel Audit
DF-0021 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0021 PoC build script — builds the kernel module in-guest.
# Run as root on the DragonFlyBSD guest.
set -e
cd "$(dirname "$0")"
make
echo "Build complete: poc_shift.ko"