diff --git a/private/statsd.te b/private/statsd.te index 0203bcdebfe6c44237cb5491966f54976e089ea1..073c38b40fe3c96d6a221d042a8a61ad19082e25 100644 --- a/private/statsd.te +++ b/private/statsd.te @@ -89,7 +89,7 @@ neverallow { # 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 *;