DO NOT MERGE: Allow getattr on rootfs:lnk_file for all domains
am: 429e71a608

Change-Id: Id9a9c60ac55405ab02cede5690431c3ceacd1dba
diff --git a/domain.te b/domain.te
index 45569de..06b9dc2 100644
--- a/domain.te
+++ b/domain.te
@@ -62,7 +62,7 @@
 
 # Root fs.
 allow domain rootfs:dir search;
-allow domain rootfs:lnk_file read;
+allow domain rootfs:lnk_file { read getattr };
 
 # Device accesses.
 allow domain device:dir search;