diff --git a/TEST_MAPPING b/TEST_MAPPING index 053e36a01..be8bda4b1 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 95d18fd61..a64f7c74b 100644 --- a/private/dumpstate.te +++ b/private/dumpstate.te @@ -132,6 +132,7 @@ binder_call(dumpstate, gsid) 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)