Reach rootful or system-wide Podman containers as root.
podman.infopodman.pspodman.inspectpodman.logspodman.statspodman.imagespodman.system_dfpodman.restartpodman.stoppodman.killpodman.system_prune
Run the Emisar service as root for rootful Podman
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'User=root' 'Group=root' | sudo tee /etc/systemd/system/emisar.service.d/10-podman-root.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
test "$(systemctl show emisar --property=User --value)" = root sudo podman info >/dev/null
Impact: Every Emisar action on this runner executes as root and can read or change all rootful containers and the host resources they can mount.