Read root-owned or otherwise restricted target paths when those paths are intentionally in scope.
fs.find_by_namefs.find_recent_modifiedfs.find_world_writablefs.find_setuidfs.find_large_filesfs.du_topfs.ls_longfs.stat_pathfs.sha256_filefs.head_filefs.tail_filefs.grep_filefs.grep_recursivefs.count_linesfs.file_type
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-fs-search-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 and can read nearly every host path allowed by the runner's hard path policy, including credentials and private data.