aboutsummaryrefslogtreecommitdiffstats
path: root/dex2oat.te
diff options
context:
space:
mode:
Diffstat (limited to 'dex2oat.te')
-rw-r--r--dex2oat.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/dex2oat.te b/dex2oat.te
index 2df9947..5fded36 100644
--- a/dex2oat.te
+++ b/dex2oat.te
@@ -3,6 +3,8 @@ type dex2oat, domain;
type dex2oat_exec, exec_type, file_type;
allow dex2oat dalvikcache_data_file:file write;
+# Read symlinks in /data/dalvik-cache
+allow dex2oat dalvikcache_data_file:lnk_file read;
allow dex2oat installd:fd use;
# Read already open asec_apk_file file descriptors passed by installd.