Allow dumpstate to getattr apex_info_file:file
required by the CTS test.
Bug: 162594434
Test: atest android.security.cts.SELinuxHostTest#testNoBugreportDenials
Signed-off-by: Roman Kiryanov <rkir@google.com>
Change-Id: Ic9962415d740e300ceb418b3265c24433a9e4f4c
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
###