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)