Inspect protected process files and attach to processes owned by other users.
forensics.pid_mapsforensics.pid_smaps_summaryforensics.pid_threads_stateforensics.pid_open_filesforensics.pid_statusforensics.pid_ioforensics.pid_syscallforensics.strace_pid_shortforensics.gdb_backtraceforensics.strace_summary
Grant process-inspection capabilities to the Emisar service
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'AmbientCapabilities=CAP_SYS_PTRACE CAP_DAC_READ_SEARCH' | sudo tee /etc/systemd/system/emisar.service.d/10-process-forensics-host-access.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 inherits CAP_SYS_PTRACE and CAP_DAC_READ_SEARCH. It can inspect or attach to processes outside the runner user, including their memory and secrets, and bypass file read and directory search permissions across the host.