commit | 62af83810baa7a6c07a8673136c1cdf5a6763b48 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed Jun 11 14:18:15 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 10 22:15:14 2014 +0000 |
tree | aa500e13b1c69fa93b7770b7516db5049b14f899 | |
parent | 7c11bdc414e10d0e570ff35394d209784a647105 [diff] | |
parent | 89b9ff7e87a94128efba3e9f56fbd2d0dafa848a [diff] |
Merge "Allow installd to chown/chmod app data files."
diff --git a/dnsmasq.te b/dnsmasq.te index 8a2d2e6..d802a35 100644 --- a/dnsmasq.te +++ b/dnsmasq.te
@@ -21,3 +21,4 @@ allow dnsmasq netd:netlink_route_socket { read write }; allow dnsmasq netd:unix_stream_socket { read write }; allow dnsmasq netd:unix_dgram_socket { read write }; +allow dnsmasq netd:udp_socket { read write };