Give zygote the ability to execute dalvik cache files.
Change-Id: I129536c3d9f6359228165d8a5ec373780b312c86
This commit is contained in:
parent
b25fe91e25
commit
aee5a18a82
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ allow zygote appdomain:process { getpgid setpgid };
|
|||
allow zygote system_data_file:dir rw_dir_perms;
|
||||
allow zygote system_data_file:file create_file_perms;
|
||||
allow zygote dalvikcache_data_file:dir rw_dir_perms;
|
||||
allow zygote dalvikcache_data_file:file create_file_perms;
|
||||
allow zygote dalvikcache_data_file:file { create_file_perms x_file_perms };
|
||||
# Execute dexopt.
|
||||
allow zygote system_file:file x_file_perms;
|
||||
# Control cgroups.
|
||||
|
|
Loading…
Reference in a new issue