Allow CccDkTimeSyncService to access bluetooth extension HAL
Bug: 308381394 Test: build and check for avc denied Change-Id: Ic602d3caf0b0cdfb1041d339e48d4671e7150d85
This commit is contained in:
parent
35176423de
commit
b867cabc87
2 changed files with 2 additions and 3 deletions
8
vendor/cccdk_timesync_app.te
vendored
Normal file
8
vendor/cccdk_timesync_app.te
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue