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:
commit
c8d64fb72f
4 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# b/269812912
|
||||
dontaudit zygote vendor_cccdktimesync_app:process { dyntransition };
|
5
vendor/cccdk_timesync_app.te
vendored
5
vendor/cccdk_timesync_app.te
vendored
|
@ -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;
|
||||
|
|
3
vendor/hal_bluetooth_btlinux.te
vendored
3
vendor/hal_bluetooth_btlinux.te
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue