Merge "Allow dumpstate to getattr apex_info_file:file"
diff --git a/public/dumpstate.te b/public/dumpstate.te
index 29696a1..590517a 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -337,6 +337,8 @@
 allow dumpstate binderfs_logs:dir r_dir_perms;
 allow dumpstate binderfs_logs:file r_file_perms;
 
+allow dumpstate apex_info_file:file getattr;
+
 ###
 ### neverallow rules
 ###