1 2 3 4 5 6 7 8
#!/bin/sh # DF-0009 — build the VFS_CONF pointer-leak PoC (unprivileged). # Runs as the maxx user on the DragonFlyBSD guest. set -e cd "$(dirname "$0")" cc -o leak_vfsconf leak_vfsconf.c echo "built: leak_vfsconf" ls -l leak_vfsconf