Read the complete system journal.
systemd.boot_errors
Add the Emisar service user to systemd-journal
sudo usermod -aG systemd-journal emisar sudo systemctl restart emisar
id -nG emisar | tr ' ' '\n' | grep -Fx systemd-journal sudo -u emisar journalctl -b -n 1 --no-pager >/dev/null
Impact: Every process running as emisar can read the full system journal, which may contain application output, usernames, addresses, and secrets written by services.