Read protected storage and policy state, control arbitrary services, or reboot the host.
linux.disk_smartlinux.lvm_statuslinux.mdadm_statuslinux.hardware_summarylinux.sudoers_dumplinux.crontab_alllinux.systemctl_startlinux.systemctl_stoplinux.systemctl_restartlinux.systemctl_reloadlinux.systemctl_enablelinux.systemctl_disablelinux.reboot_host
Run the Emisar service as root
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-linux-core-host-access.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
test "$(systemctl show emisar --property=User --value)" = root
Impact: Every Emisar action on this runner executes as root. The listed actions can read sensitive host policy, control any systemd unit, and reboot the machine.