#!/bin/sh
# DF-0981 run script (run as the unprivileged maxx user on the guest).
# Runs the harness, which prints BEFORE (vulnerable, OOB confirmed) and
# AFTER (fixed m_getjcl+bound, no OOB).
set -e
cd "$(dirname "$0")"
./run_aggr_oob
