Merge "Allow dumpstate access to /dev/binderfs/binder_logs" am: d13e12f9cc am: 6a18420ec5
Change-Id: Ia6e58a079531ef0da25c82c38014297e02363971
diff --git a/public/dumpstate.te b/public/dumpstate.te
index 3f11b6a..4e6cacc 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -324,6 +324,10 @@
allow dumpstate snapshotctl_log_data_file:dir r_dir_perms;
allow dumpstate snapshotctl_log_data_file:file r_file_perms;
+#Allow access to /dev/binderfs/binder_logs
+allow dumpstate binderfs_logs:dir r_dir_perms;
+allow dumpstate binderfs_logs:file r_file_perms;
+
###
### neverallow rules
###