Merge "Fix selinux denials when applying updates in recovery."
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 };
diff --git a/public/dumpstate.te b/public/dumpstate.te
index 2906b5b..614e1b8 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -72,6 +72,7 @@
mediaswcodec
sdcardd
surfaceflinger
+ vold
# This list comes from hal_interfaces_to_dump in dumputils/dump_utils.c
hal_audio_server