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