feat: add dnsmasq on DNS packages denylist

This commit is contained in:
thibault.dewailly 2024-12-24 09:17:02 +00:00
parent 679df5b9cf
commit 7fa2d5f516

View File

@ -19,7 +19,7 @@ DESCRIPTION="Ensure Domain Name System (dns) server is not enabled."
# shellcheck disable=2034 # shellcheck disable=2034
HARDENING_EXCEPTION=dns HARDENING_EXCEPTION=dns
PACKAGES='bind9 unbound' PACKAGES='bind9 unbound dnsmasq'
# This function will be called if the script status is on enabled / audit mode # This function will be called if the script status is on enabled / audit mode
audit() { audit() {