1 2 3 4 5
#!/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