mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Merge branch 'profile-usr.sbin.dnsmasq' into 'master'
usr.sbin.dnsmasq: update to support dnsmasq 2.81 See merge request apparmor/apparmor!475 Acked-by: Christian Boltz for 2.11..master (cherry picked from commitacafe9de82
)88c142c6
usr.sbin.dnsmasq: allow reading @{PROC}/@{pid}/fd/ as is needed by dnsmasq 2.81
This commit is contained in:
parent
01841ade3a
commit
ddb747c0a9
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ profile /usr/sbin/dnsmasq /usr/{bin,sbin}/dnsmasq flags=(attach_disconnected) {
|
|||
|
||||
owner /dev/tty rw,
|
||||
|
||||
@{PROC}/@{pid}/fd/ r,
|
||||
|
||||
/etc/dnsmasq.conf r,
|
||||
/etc/dnsmasq.d/ r,
|
||||
/etc/dnsmasq.d/* r,
|
||||
|
|
Loading…
Add table
Reference in a new issue