Read protected crash inputs, configuration, and cache, and delete expired cache entries.
symbolicator.symbolicate_minidumpsymbolicator.symbolicate_apple_crashsymbolicator.cache_usagesymbolicator.cleanup_previewsymbolicator.cleanupsymbolicator.config_show
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-symbolicator-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 configuration may contain source credentials, and cleanup can delete every cache entry Symbolicator deems expired.