aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2013-07-09 22:36:47 -0700
committerGeremy Condra <gcondra@google.com>2013-07-09 22:37:51 -0700
commitaee5a18a8256f696b4dd0b799cd52b284e91dc28 (patch)
treecdf2ed388a1ac95d065f0b117f83f8eb2f1b2c31
parentb25fe91e2576fc22310f8d9c9bc33ef08c6972f2 (diff)
downloadsepolicy-aee5a18a8256f696b4dd0b799cd52b284e91dc28.tar.gz
Give zygote the ability to execute dalvik cache files.
Change-Id: I129536c3d9f6359228165d8a5ec373780b312c86
-rw-r--r--zygote.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/zygote.te b/zygote.te
index 773318e..6fb1725 100644
--- a/zygote.te
+++ b/zygote.te
@@ -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.