mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
dnsmasq: allow reading DNSSEC trust anchors
At least on Debian, when DNSSEC validation is enabled, dnsmasq needs to read /usr/share/dnsmasq-base/trust-anchors.conf Bug-Debian: https://bugs.debian.org/934869
This commit is contained in:
@@ -53,8 +53,8 @@ profile dnsmasq /usr/{bin,sbin}/dnsmasq flags=(attach_disconnected) {
|
||||
|
||||
/var/log/dnsmasq*.log w,
|
||||
|
||||
/usr/share/dnsmasq/ r,
|
||||
/usr/share/dnsmasq/* r,
|
||||
/usr/share/dnsmasq{-base,}/ r,
|
||||
/usr/share/dnsmasq{-base,}/* r,
|
||||
|
||||
@{run}/*dnsmasq*.pid w,
|
||||
@{run}/dnsmasq-forwarders.conf r,
|
||||
|
Reference in New Issue
Block a user