Allow applications to read cgroup objects.

- Required to query cpusets information.

Bug: 22855417
Bug: 27381794
Bug: 27498731

Change-Id: I6d192aad2135d99a6c9cdaf97696b0822bd21897
This commit is contained in:
Ruben Brunk 2016-03-02 20:18:13 -08:00
parent b6480a5e3b
commit 31a2de9bff

2
app.te
View file

@ -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 };