Skip to content
Snippets Groups Projects
Commit aee5a18a authored by Geremy Condra's avatar Geremy Condra
Browse files

Give zygote the ability to execute dalvik cache files.

Change-Id: I129536c3d9f6359228165d8a5ec373780b312c86
parent b25fe91e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment