From a88d86b9880ac93d0847ed6259b8ceda3ff420e6 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Mon, 9 Nov 2015 20:05:25 -0500 Subject: [PATCH] Allow reading conf snippets from /etc/dnsmasq.d-available Some packages like libvirt-bin and lxc drop conf snippets in /etc/dnsmasq.d-available and make them available through symlinks in /etc/dnsmasq.d created during postinst. --- profiles/apparmor.d/usr.sbin.dnsmasq | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/apparmor.d/usr.sbin.dnsmasq b/profiles/apparmor.d/usr.sbin.dnsmasq index 0901efe8c..aa4b17792 100644 --- a/profiles/apparmor.d/usr.sbin.dnsmasq +++ b/profiles/apparmor.d/usr.sbin.dnsmasq @@ -34,6 +34,8 @@ /etc/dnsmasq.conf r, /etc/dnsmasq.d/ r, /etc/dnsmasq.d/* r, + /etc/dnsmasq.d-available/ r, + /etc/dnsmasq.d-available/* r, /etc/ethers r, /etc/NetworkManager/dnsmasq.d/ r, /etc/NetworkManager/dnsmasq.d/* r,