Add CccDkTimeSyncService for Digital Key Support for Zuma am: d8c17a3814

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/21809919

Change-Id: I456973e22f9297a3d39805703f7fcb52be2f791e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yang Qi 2023-03-08 05:50:25 +00:00 committed by Automerger Merge Worker
commit c8d64fb72f
4 changed files with 8 additions and 3 deletions

View file

@ -45,4 +45,3 @@ vendor_init device_config_configuration_prop property_service b/268566481
vendor_init tee_data_file lnk_file b/267714573
vendor_init tee_data_file lnk_file b/272166664
vendor_init vendor_camera_prop property_service b/267714573
zygote vendor_cccdktimesync_app process b/269812912

View file

@ -1,2 +0,0 @@
# b/269812912
dontaudit zygote vendor_cccdktimesync_app:process { dyntransition };

View file

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

View file

@ -1,3 +1,6 @@
# Allow access to always-on compute device node
allow hal_bluetooth_btlinux aoc_device:chr_file rw_file_perms;
allow hal_bluetooth_btlinux device:dir r_dir_perms;
# allow the HAL to call cccdktimesync registered callbacks
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)