Displaying 1 result from an estimated 1 matches for "dns_107".
Did you mean:
dns_104
2014 Jun 17
0
apparmor profile for samba4+bind9.9: writes to /var/tmp?
...dnsupdate are still causing
apparmor to trip up because bind is trying to create a file in /var/tmp:
Jun 17 14:59:06 trusty kernel: [ 9163.550869] type=1400
audit(1403013546.668:222): apparmor="DENIED" operation="mknod"
profile="/usr/sbin/named" name="/var/tmp/DNS_107" pid=9281 comm="named"
requested_mask="c" denied_mask="c" fsuid=107 ouid=107
I can fix this with:
/var/tmp/DNS_* rw,
but this just seems wrong to me; it would be better to tell bind to use
a proper directory like /var/cache/bind.
Anyone have any idea why bin...