#!/bin/sh
# DF-2706 build: compile the PoC on the guest (unpriv user can compile)
set -e
cc -O -o /tmp/pidsnoop /tmp/pidsnoop.c
echo BUILD-OK
