commit | 6f201ddc79f5badfbe0e0a6c5d9d9c4a94f4e8a4 | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Tue Nov 11 15:42:43 2014 -0800 |
committer | Jeff Hao <jeffhao@google.com> | Wed Nov 12 20:58:29 2014 +0000 |
tree | eab2b093e17b8ac40ac98b08d34bc5bbae7b16e4 | |
parent | 9f0af9ec26df20cdd6d19db5d23c9656cdc1fa83 [diff] |
App: add permissions to read symlinks from dalvik cache. Bug: 18035729 Change-Id: Ib60f9cd59a7a185ae99761ad29358a735ae2ad26
diff --git a/app.te b/app.te index b9027fe..4abf594 100644 --- a/app.te +++ b/app.te
@@ -142,6 +142,7 @@ # For art. allow appdomain dalvikcache_data_file:file execute; +allow appdomain dalvikcache_data_file:lnk_file r_file_perms; # /data/dalvik-cache/profiles allow appdomain dalvikcache_profiles_data_file:dir { search getattr };