Give zygote the ability to execute dalvik cache files.

Change-Id: I129536c3d9f6359228165d8a5ec373780b312c86
This commit is contained in:
Geremy Condra 2013-07-09 22:36:47 -07:00
parent b25fe91e25
commit aee5a18a82

View file

@ -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.