Read and write the configured HAProxy admin socket.
haproxy.show_infohaproxy.show_stathaproxy.show_servers_statehaproxy.show_poolshaproxy.show_errorshaproxy.show_sesshaproxy.show_maphaproxy.show_backendhaproxy.show_frontendhaproxy.enable_serverhaproxy.disable_serverhaproxy.set_maxconn
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-haproxy-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. An HAProxy admin-level socket can change backend availability and runtime limits beyond the actions in this pack.