#!/bin/sh
# DF-2874 — requires root for the peer-position chain; the unpriv chain
# is run via run_f1.sh (creates the operator-group user itself).
# Prereq: pkill -f hammer2  (free boot-time disk iocoms)
cc -O -Wall -o /tmp/dfpeer /tmp/dfpeer.c
sh /tmp/run_f1.sh    # unpriv chain (blocked by diskopen RESTRICTEDROOT)
sh /tmp/run_f1b.sh   # peer-position chain (raw RW as root-cred proxy)
