Statsd selinux allow shell to interact with statsd

To upload configs and download output, this line
is needed.

Bug: 72961153
Test: The statsd cts test passes
Change-Id: I0943cc841881dd5d15e24ba444b146087a81bf96
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