#!/bin/bash --
# chaperon/stubs/sreport — Chaperon-proxied sreport stub
#
# Proxies sreport through the chaperon, which blocks this command
# entirely due to user/account enumeration risks.

set -euo pipefail

_STUB_DIR="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)"
source "$_STUB_DIR/_stub_lib.sh"

chaperon_call sreport "$@"
exit $?
