mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
dnsmasq: Add missing r permissions for libvirt_leaseshelper
Note: This was reported for /usr/libexec/libvirt_leaseshelper, but since this is probably unrelated to the path or a path change, this commit also adds r permissions for the previous path. Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1202161
This commit is contained in:
parent
a555ccd9f4
commit
c9c5208f77
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ profile dnsmasq /usr/{bin,sbin}/dnsmasq flags=(attach_disconnected) {
|
|||
|
||||
/etc/libnl-3/classid r,
|
||||
|
||||
/usr/lib{,64}/libvirt/libvirt_leaseshelper m,
|
||||
/usr/libexec/libvirt_leaseshelper m,
|
||||
/usr/lib{,64}/libvirt/libvirt_leaseshelper mr,
|
||||
/usr/libexec/libvirt_leaseshelper mr,
|
||||
|
||||
owner @{PROC}/@{pid}/net/psched r,
|
||||
owner @{PROC}/@{pid}/status r,
|
||||
|
|
Loading…
Add table
Reference in a new issue