Merge "Statsd selinux allow shell to interact with statsd"
diff --git a/private/statsd.te b/private/statsd.te
index 2e8b684..8874f73 100644
--- a/private/statsd.te
+++ b/private/statsd.te
@@ -75,7 +75,7 @@
 # Allow 'adb shell cmd' to upload configs and download output.
 allow statsd adbd:fd use;
 allow statsd adbd:unix_stream_socket { read write };
-
+allow statsd shell:fifo_file read;
 
 ###
 ### neverallow rules