commit | 2d86b6502d151c6e143f1b43b70b94667fe9ffe5 | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Thu Jan 17 04:15:00 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 17 04:15:00 2019 +0000 |
tree | c34126ab3bc1b62f59bd482687ac98d7b41e5cbd | |
parent | 938d0c2bf6d67da152ada667f86dbdab1e0d12a0 [diff] | |
parent | 980c08c9995e70e6e07b10b101d243092026fd1b [diff] |
Merge "Allow netd to write to statsd"
diff --git a/private/netd.te b/private/netd.te index 65c74ce..92b124f 100644 --- a/private/netd.te +++ b/private/netd.te
@@ -13,3 +13,6 @@ allow netd bpfloader:bpf { prog_run map_read map_write }; get_prop(netd, bpf_progs_loaded_prop) + +# Allow netd to write to statsd. +unix_socket_send(netd, statsdw, statsd)