Merge "fix bugreport denial for new binderfs log type" into main
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 053e36a..be8bda4 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -11,6 +11,9 @@
},
{
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
+ },
+ {
+ "include-filter": "android.security.cts.SELinuxHostTest#testNoBugreportDenials"
}
]
}
diff --git a/private/dumpstate.te b/private/dumpstate.te
index 95d18fd..a64f7c7 100644
--- a/private/dumpstate.te
+++ b/private/dumpstate.te
@@ -132,6 +132,7 @@
userdebug_or_eng(`
allow dumpstate binderfs_logs_transactions:file r_file_perms;
')
+allow dumpstate binderfs_logs_transaction_history:file r_file_perms;
r_dir_file(dumpstate, ota_metadata_file)