Skip to content
Snippets Groups Projects
Commit 31a2de9b authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Allow applications to read cgroup objects.

- Required to query cpusets information.

Bug: 22855417
Bug: 27381794
Bug: 27498731

Change-Id: I6d192aad2135d99a6c9cdaf97696b0822bd21897
parent b6480a5e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ allow appdomain zygote:process sigchld;
# Place process into foreground / background
allow appdomain cgroup:dir { search write };
allow appdomain cgroup:file w_file_perms;
allow appdomain cgroup:file rw_file_perms;
# Read /data/dalvik-cache.
allow appdomain dalvikcache_data_file:dir { search getattr };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment