Merge "domain: Allow stat on symlinks in vendor"
diff --git a/public/domain.te b/public/domain.te
index 10e62b8..b8004ac 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -92,7 +92,7 @@
 # System file accesses.
 allow domain system_file:dir { search getattr };
 allow domain system_file:file { execute read open getattr };
-allow domain system_file:lnk_file read;
+allow domain system_file:lnk_file { getattr read };
 
 # read any sysfs symlinks
 allow domain sysfs:lnk_file read;