Read or change WireGuard interface state with CAP_NET_ADMIN.
wg.showwg.show_transferwg.show_latest_handshakeswg.show_endpointswg.showconfwg.set_peer_remove
Grant CAP_NET_ADMIN to the Emisar service
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'AmbientCapabilities=CAP_NET_ADMIN' | sudo tee /etc/systemd/system/emisar.service.d/10-wireguard-host-access.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
systemctl show emisar --property=AmbientCapabilities --value | grep -Fwi cap_net_admin
Impact: Every Emisar action on this runner inherits CAP_NET_ADMIN and can change network interfaces, routes, firewall rules, and WireGuard peers outside this pack.