Skip to content
Snippets Groups Projects
Commit c03ac3c4 authored by Ruben Brunk's avatar Ruben Brunk Committed by Android (Google) Code Review
Browse files

Merge "Allow applications to read cgroup objects." into nyc-dev

parents b7c5a67b 31a2de9b
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ allow appdomain zygote:process sigchld; ...@@ -27,7 +27,7 @@ allow appdomain zygote:process sigchld;
# Place process into foreground / background # Place process into foreground / background
allow appdomain cgroup:dir { search write }; allow appdomain cgroup:dir { search write };
allow appdomain cgroup:file w_file_perms; allow appdomain cgroup:file rw_file_perms;
# Read /data/dalvik-cache. # Read /data/dalvik-cache.
allow appdomain dalvikcache_data_file:dir { search getattr }; allow appdomain dalvikcache_data_file:dir { search getattr };
......
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