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:
parent
b6480a5e3b
commit
31a2de9bff
1 changed files with 1 additions and 1 deletions
2
app.te
2
app.te
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue