mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 23:05:11 +00:00
dnsmasq: allow peer=libvirtd to support named profile
The /usr/sbin/libvirtd profile will get a profile name ("libvirtd"). This patch adjusts the dnsmasq profile to support the named profile in addition to the "old" path-based profile name. References: https://bugzilla.opensuse.org/show_bug.cgi?id=1118952#c3
This commit is contained in:
@@ -28,7 +28,9 @@ profile dnsmasq /usr/{bin,sbin}/dnsmasq flags=(attach_disconnected) {
|
||||
network inet6 raw,
|
||||
|
||||
signal (receive) peer=/usr/{bin,sbin}/libvirtd,
|
||||
signal (receive) peer=libvirtd,
|
||||
ptrace (readby) peer=/usr/{bin,sbin}/libvirtd,
|
||||
ptrace (readby) peer=libvirtd,
|
||||
|
||||
owner /dev/tty rw,
|
||||
|
||||
|
Reference in New Issue
Block a user