sepolicy: Let the IO prefetcher look at sdcardfs
Change-Id: Ie618887fbf292c702df720f04840ab3c8ff222f7
diff --git a/sepolicy/qcom/dumpstate.te b/sepolicy/qcom/dumpstate.te
index e067975..918493e 100644
--- a/sepolicy/qcom/dumpstate.te
+++ b/sepolicy/qcom/dumpstate.te
@@ -7,4 +7,5 @@
allow dumpstate fuse:file r_file_perms;
allow dumpstate theme_data_file:dir r_dir_perms;
allow dumpstate theme_data_file:file r_file_perms;
-
+allow dumpstate media_rw_data_file:dir search;
+allow dumpstate sdcardfs:file getattr;