#!/bin/sh
# DF-0008 — build the vfs_setpublicfs() use-after-vput + refcount-leak trigger.
# Builds as the maxx user; the binary is then run as root (mount is privileged).
set -e
cd "$(dirname "$0")"
cc -o expub expub.c
echo "built: expub"
ls -l expub