diff --git a/public/installd.te b/public/installd.te index 246fffa9e8fbb6d4c0f1943339d4693d91c325a8..bf83b9d824a30ebc001e5052a83eddacef02821c 100644 --- a/public/installd.te +++ b/public/installd.te @@ -58,6 +58,7 @@ allow installd install_data_file:file create_file_perms; # Create files under /data/dalvik-cache. allow installd dalvikcache_data_file:dir create_dir_perms; allow installd dalvikcache_data_file:file create_file_perms; +allow installd dalvikcache_data_file:lnk_file getattr; # Create files under /data/resource-cache. allow installd resourcecache_data_file:dir rw_dir_perms;