Open raw ICMP sockets with CAP_NET_RAW.
net.traceroute_mtrnet.ping_extended
Grant CAP_NET_RAW to the Emisar service
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'AmbientCapabilities=CAP_NET_RAW' | sudo tee /etc/systemd/system/emisar.service.d/10-network-tls-host-access.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
systemctl show emisar --property=AmbientCapabilities --value | grep -Fwi cap_net_raw
Impact: Every Emisar action on this runner inherits CAP_NET_RAW and can open raw sockets — sending crafted packets and reading traffic on this host's interfaces — well beyond mtr and ping.