diff --git a/dumpstate.te b/dumpstate.te
index 16050edb8f97a74a1f3b264bdc51a83b0713dc16..450ca9a22d9f36fa5de7774dc5c49768ab3302b9 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -63,6 +63,8 @@ allow dumpstate sysfs:file w_file_perms;
 # Other random bits of data we want to collect
 allow dumpstate qtaguid_proc:file r_file_perms;
 allow dumpstate debugfs:file r_file_perms;
+# df for /storage/emulated needs search
+allow dumpstate storage_file:dir search;
 
 # Allow dumpstate to make binder calls to any binder service
 binder_call(dumpstate, binderservicedomain)