Merge "fix bugreport denial for new binderfs log type" into main am: 42598a96ba
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3102137 Change-Id: Ic2ed7fb7a13556888c8293b6cf18631888b189fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
770648b344
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
},
|
||||
{
|
||||
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
|
||||
},
|
||||
{
|
||||
"include-filter": "android.security.cts.SELinuxHostTest#testNoBugreportDenials"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue