diff --git a/domain.te b/domain.te
index 439bde70b5245a3aa178043355f948ba10bc7eea..704c9a22bc38d3f1b2e865e861a4757510f846e2 100644
--- a/domain.te
+++ b/domain.te
@@ -7,6 +7,9 @@ allow domain init:process sigchld;
 allow domain kernel:fd use;
 allow domain tmpfs:file { read getattr };
 
+# Search /storage/emulated tmpfs mount.
+allow domain tmpfs:dir r_dir_perms;
+
 # binder adjusts the nice value during IPC.
 allow domain self:capability sys_nice;