Merge "add dontaudit dnsmasq kernel:system module_request"
This commit is contained in:
commit
a712b3dbd3
1 changed files with 3 additions and 0 deletions
|
@ -23,3 +23,6 @@ allow dnsmasq netd:netlink_route_socket { read write };
|
|||
allow dnsmasq netd:unix_stream_socket { getattr read write };
|
||||
allow dnsmasq netd:unix_dgram_socket { read write };
|
||||
allow dnsmasq netd:udp_socket { read write };
|
||||
|
||||
# sometimes a network device vanishes and we try to load module netdev-{devicename}
|
||||
dontaudit dnsmasq kernel:system module_request;
|
||||
|
|
Loading…
Reference in a new issue