Skip to content
Snippets Groups Projects
Commit db8f5465 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Neverallow vendor_init from accessing stats_data_file"

parents a5ac7a13 c2653ae8
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ neverallow { ...@@ -89,7 +89,7 @@ neverallow {
# Only statsd and the other root services in limited circumstances. # Only statsd and the other root services in limited circumstances.
# can get to the files in /data/misc/stats-data, /data/misc/stats-service. # can get to the files in /data/misc/stats-data, /data/misc/stats-service.
# Other services are prohibitted from accessing the file. # 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. # 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 *;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment