Read BIND's protected configuration and RNDC key and control the local named process.
bind.rndc_statusbind.rndc_statsbind.named_checkconfbind.named_checkzonebind.rndc_reloadbind.rndc_freezebind.rndc_thawbind.rndc_flush
Add the default Emisar service user to bind on Debian or Ubuntu
sudo usermod -aG bind emisar sudo systemctl restart emisar
id -nG emisar | tr ' ' '\n' | grep -Fx bind sudo -u emisar rndc status >/dev/null sudo -u emisar named-checkconf
Impact: Every process running as emisar can read files exposed to the bind group and use the RNDC key to mutate named beyond the actions exposed by this pack.
Add the default Emisar service user to named on RHEL-family hosts
sudo usermod -aG named emisar sudo systemctl restart emisar
id -nG emisar | tr ' ' '\n' | grep -Fx named sudo -u emisar rndc status >/dev/null sudo -u emisar named-checkconf
Impact: Every process running as emisar can read files exposed to the named group and use the RNDC key to mutate named beyond the actions exposed by this pack.