#!/bin/sh
set -eu

# No arguments are accepted by the root helper. This is deliberately a
# read-only, fixed command for the one legacy recovery capsule.
exec /usr/bin/node /usr/lib/talons/packaging/linux/hatch-root-helper.mjs finalization-evidence
