Reach FRR's VTY sockets. The operating-system boundary does not distinguish show from configuration commands.
frr.bgp_summaryfrr.bgp_neighborsfrr.bfd_peersfrr.route_summaryfrr.interfacesfrr.bgp_neighbor_shutdownfrr.bgp_neighbor_no_shutdown
Add the Emisar service user to frrvty
sudo usermod -aG frrvty emisar sudo systemctl restart emisar
id -nG emisar | tr ' ' '\n' | grep -Fx frrvty sudo -u emisar vtysh -c 'show version' >/dev/null
Impact: Every process running as emisar can use VTYSH configuration commands and change FRR's full running configuration, not only the mutation exposed by this pack.