mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
dnsmasq: Add permission to open log files
--log-facility option needs to have permission to open files. Use '*' to allow using more files (for using more dnsmasq instances). Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Jamie Strandboge <jamie@canonical.com> Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
This commit is contained in:
committed by
Steve Beattie
parent
34cf085036
commit
025c7dc6a1
@@ -45,6 +45,8 @@ profile dnsmasq /usr/{bin,sbin}/dnsmasq flags=(attach_disconnected) {
|
||||
|
||||
/usr/{bin,sbin}/dnsmasq mr,
|
||||
|
||||
/var/log/*dnsmasq.log w,
|
||||
|
||||
/usr/share/dnsmasq/ r,
|
||||
/usr/share/dnsmasq/* r,
|
||||
|
||||
|
Reference in New Issue
Block a user