am 6f201ddc: App: add permissions to read symlinks from dalvik cache.
* commit '6f201ddc79f5badfbe0e0a6c5d9d9c4a94f4e8a4':
App: add permissions to read symlinks from dalvik cache.
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 };