Merge "Allow statsd to write stats log events to perfd(running as shell) via pipes." am: 2ec03cb5cb
am: d31cae1585
Change-Id: I4c2c4eb2617b3ed48447e9ecb3a7fe9bb81e7540
diff --git a/public/statsd.te b/public/statsd.te
index 1006867..41c4adc 100644
--- a/public/statsd.te
+++ b/public/statsd.te
@@ -66,7 +66,7 @@
# Allow 'adb shell cmd' to upload configs and download output.
allow statsd adbd:fd use;
allow statsd adbd:unix_stream_socket { getattr read write };
-allow statsd shell:fifo_file { getattr read };
+allow statsd shell:fifo_file { getattr read write };
unix_socket_send(statsd, statsdw, statsd)