#!/bin/sh
# DF-0010 PoC run. Run as an UNPRIVILEGED user.
# Expected (bug present): prints "LEAK CONFIRMED" with varying non-zero
# kernel-stack bytes in the unfilled cmcred_groups[] tail.
cd "$(dirname "$0")"
./leak_cmsgcred
