Read Caddy's protected log and configuration files. Reload also requires the separately configured admin endpoint to accept the request.
caddy.access_log_tailcaddy.adapt_caddyfilecaddy.validate_configcaddy.reload_config
Add the Emisar service user to caddy
sudo usermod -aG caddy emisar sudo systemctl restart emisar
id -nG emisar | tr ' ' '\n' | grep -Fx caddy sudo -u emisar test -r /etc/caddy/Caddyfile
Impact: Every process running as emisar can read files exposed to the caddy group. Reload can replace the live server configuration when the admin endpoint also permits it.