fix bugreport denial for new binderfs log type
Bug: 342311206 Test: SELinuxHostTest#testNoBugreportDenials Change-Id: I0c28f1353fb0663167ecbc219d5e98fd214121eb
This commit is contained in:
parent
ab0272ccb4
commit
9956cdff2f
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#testGMSCoreDomain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"include-filter": "android.security.cts.SELinuxHostTest#testNoBugreportDenials"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue