#!/bin/sh
# DF-2543 run: execute the leak PoC as an unprivileged user
cd "$(dirname "$0")"
./poc
echo "RUN_EXIT=$?"
