systemli / ansible-role-bind9

Ansible role to install and maintain the Bind9 nameserver on Debian
GNU General Public License v3.0
24 stars 26 forks source link

Problems with DDNS updating zone file due to access restrictions #60

Closed 0xMattijs closed 1 year ago

0xMattijs commented 1 year ago

This Ansible role writes zone files to a hard coded /etc/bind/zones directory, which causes problems on systems with mandatory access control such as Apparmor. The profile for Apparmor does not allow the BIND process to create the necessary journal files and update the zone files under /etc/bind/zones.

I have created a PR to fix this issue: #59

doobry-systemli commented 1 year ago

Fixed by #59, thanks @0xMattijs