mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 16:55:32 +00:00
dnsmasq profile needs inet6 raw
Add "network inet6 raw," to the dnsmasq profile as counterpart to the IPv4 "network inet raw," References: https://bugzilla.novell.com/show_bug.cgi?id=907870 Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
capability net_admin, # for DHCP server
|
||||
capability net_raw, # for DHCP server ping checks
|
||||
network inet raw,
|
||||
network inet6 raw,
|
||||
|
||||
signal (receive) peer=/usr/sbin/libvirtd,
|
||||
ptrace (readby) peer=/usr/sbin/libvirtd,
|
||||
|
Reference in New Issue
Block a user