fix bugreport denial for new binderfs log type

Bug: 342311206
Test: SELinuxHostTest#testNoBugreportDenials
Change-Id: I0c28f1353fb0663167ecbc219d5e98fd214121eb
This commit is contained in:
Steven Moreland 2024-05-23 19:38:57 +00:00
parent ab0272ccb4
commit 9956cdff2f
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,9 @@
}, },
{ {
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain" "include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
},
{
"include-filter": "android.security.cts.SELinuxHostTest#testNoBugreportDenials"
} }
] ]
} }

View file

@ -132,6 +132,7 @@ binder_call(dumpstate, gsid)
userdebug_or_eng(` userdebug_or_eng(`
allow dumpstate binderfs_logs_transactions:file r_file_perms; 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) r_dir_file(dumpstate, ota_metadata_file)