diff --git a/domain.te b/domain.te
index 70f8f6a5bc1554569a09952c1fae6573cdda3f66..0f6c6dac39a8fb6517ac289a3c20e0e5a0c26982 100644
--- a/domain.te
+++ b/domain.te
@@ -6,6 +6,7 @@ allow domain init:process sigchld;
 # Read access to properties mapping.
 allow domain kernel:fd use;
 allow domain tmpfs:file { read getattr };
+allow domain tmpfs:lnk_file { read getattr };
 
 # Search /storage/emulated tmpfs mount.
 allow domain tmpfs:dir r_dir_perms;