#!/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
