Skip to content
Snippets Groups Projects
Commit ad442082 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 7c11bdc4: Allow dnsmasq to inherit/use netd UDP socket.

* commit '7c11bdc4':
  Allow dnsmasq to inherit/use netd UDP socket.
parents d352fba1 7c11bdc4
No related branches found
No related tags found
No related merge requests found
...@@ -21,3 +21,4 @@ allow dnsmasq netd:netlink_nflog_socket { read write }; ...@@ -21,3 +21,4 @@ allow dnsmasq netd:netlink_nflog_socket { read write };
allow dnsmasq netd:netlink_route_socket { read write }; allow dnsmasq netd:netlink_route_socket { read write };
allow dnsmasq netd:unix_stream_socket { read write }; allow dnsmasq netd:unix_stream_socket { read write };
allow dnsmasq netd:unix_dgram_socket { read write }; allow dnsmasq netd:unix_dgram_socket { read write };
allow dnsmasq netd:udp_socket { read write };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment