#!/bin/sh
# DF-0006 run: read kern.ttys as an UNPRIVILEGED user and dump kernel pointers.
# Must be run as a non-root user (e.g. maxx). Exits 0 if pointers leaked, 2 if not.
cd "$(dirname "$0")"
./leak_ttys
