Inspect and change the host network namespace with CAP_NET_ADMIN.
fw.iptables_filterfw.iptables_natfw.iptables_manglefw.nft_list_rulesetfw.conntrack_countfw.conntrack_listfw.iptables_block_ipfw.iptables_unblock_ipfw.iptables_flush_chainfw.nft_list_chainfw.nft_port_rules
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-firewall-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 routes, firewall rules, traffic control, and other network state in the host namespace.