Merge "selinux: Allow dumpstate send signals to vold"
diff --git a/private/statsd.te b/private/statsd.te
index 99548a0..9d250bd 100644
--- a/private/statsd.te
+++ b/private/statsd.te
@@ -18,3 +18,6 @@
 
 # Allow incidentd to obtain the statsd incident section.
 allow statsd incidentd:fifo_file write;
+
+# Allow StatsCompanionService to pipe data to statsd.
+allow statsd system_server:fifo_file { read getattr };