Merge "Neverallow vendor_init from accessing stats_data_file"
diff --git a/private/statsd.te b/private/statsd.te
index 0203bcd..073c38b 100644
--- a/private/statsd.te
+++ b/private/statsd.te
@@ -89,7 +89,7 @@
 # Only statsd and the other root services in limited circumstances.
 # can get to the files in /data/misc/stats-data, /data/misc/stats-service.
 # Other services are prohibitted from accessing the file.
-neverallow { domain -statsd -init -vold -vendor_init } stats_data_file:file *;
+neverallow { domain -statsd -init -vold } stats_data_file:file *;
 
 # Limited access to the directory itself.
-neverallow { domain -statsd -init -vold -vendor_init } stats_data_file:dir *;
+neverallow { domain -statsd -init -vold } stats_data_file:dir *;