commit | 8db889f5f59bf8e16acc8a35dac5311ab1cb20eb | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Wed Jan 16 20:23:57 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 16 20:23:57 2019 -0800 |
tree | 431d998641a0cd39c1ad9cc5c2bea5693c261716 | |
parent | 0fc85c15356cc5bf8fe5b8b2be05c00db67b16b8 [diff] | |
parent | 2d86b6502d151c6e143f1b43b70b94667fe9ffe5 [diff] |
Merge "Allow netd to write to statsd" am: 2d86b6502d Change-Id: I1cbadac37cf83eee62d082e56e5bb7266e6c8b88
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)