device_google_zumapro/vendor/cccdk_timesync_app.te
Ted Wang b867cabc87 Allow CccDkTimeSyncService to access bluetooth extension HAL
Bug: 308381394
Test: build and check for avc denied
Change-Id: Ic602d3caf0b0cdfb1041d339e48d4671e7150d85
2024-01-31 02:37:19 +00:00

8 lines
386 B
Text

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)