Merge "Allow CccDkTimeSyncService to access bluetooth extension HAL" into main

This commit is contained in:
Treehugger Robot 2024-02-17 08:49:51 +00:00 committed by Android (Google) Code Review
commit bb48ecd1e2
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +0,0 @@
# b/308381394
dontaudit vendor_cccdktimesync_app hal_bluetooth_coexistence_service:service_manager { find };

View file

@ -2,6 +2,7 @@ type vendor_cccdktimesync_app, domain;
app_domain(vendor_cccdktimesync_app)
allow vendor_cccdktimesync_app app_api_service:service_manager find;
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_service:service_manager find;
binder_call(vendor_cccdktimesync_app, hal_bluetooth_btlinux)
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;