Inspect protected process state owned by other users.
debugging.netstat_listendebugging.lsof_portdebugging.top_open_filesdebugging.pid_contextdebugging.pid_env_keysdebugging.pid_connectionsdebugging.pid_argvdebugging.pid_environdebugging.pid_cwddebugging.pid_fdsdebugging.pid_fd_summarydebugging.pid_statusdebugging.pid_threadsdebugging.pid_limitsdebugging.pid_iodebugging.tcp_retrans_top
Grant process-inspection capabilities to the Emisar service
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d sudo rm -f /etc/systemd/system/emisar.service.d/10-debugging-host-access.conf printf '%s\n' '[Service]' 'AmbientCapabilities=CAP_SYS_PTRACE CAP_DAC_READ_SEARCH' | sudo tee /etc/systemd/system/emisar.service.d/20-debugging-process-inspection.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
systemctl show emisar --property=AmbientCapabilities --value | grep -Fwi cap_sys_ptrace systemctl show emisar --property=AmbientCapabilities --value | grep -Fwi cap_dac_read_search
Impact: Every Emisar action on this runner can inspect, attach to, and modify processes outside the runner user, including their arguments, environments, file descriptors, memory-related metadata, and secrets, and bypass host file read and directory search permissions.