Merge "add dontaudit dnsmasq kernel:system module_request"

This commit is contained in:
Treehugger Robot 2020-01-19 19:18:28 +00:00 committed by Gerrit Code Review
commit a712b3dbd3

View file

@ -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;