Merge "Allow installd to measure size of dexopt links."
diff --git a/public/installd.te b/public/installd.te
index 246fffa..bf83b9d 100644
--- a/public/installd.te
+++ b/public/installd.te
@@ -58,6 +58,7 @@
 # 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;