Merge "Add permissions to connect radioext to twoshay." into udc-dev am: 57e322c17c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/21956466 Change-Id: Ib70d523bc36e1a789b003374207094f2eaf722d5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
203dd313e7
2 changed files with 8 additions and 0 deletions
|
@ -19,3 +19,9 @@ allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||||
|
|
||||||
|
# Twoshay
|
||||||
|
binder_use(hal_radioext_default)
|
||||||
|
allow hal_radioext_default gril_antenna_tuning_service:service_manager find;
|
||||||
|
binder_call(hal_radioext_default, gril_antenna_tuning_service)
|
||||||
|
binder_call(hal_radioext_default, twoshay)
|
||||||
|
|
2
vendor/twoshay.te
vendored
2
vendor/twoshay.te
vendored
|
@ -1,2 +1,4 @@
|
||||||
# Allow ITouchContextService callback
|
# Allow ITouchContextService callback
|
||||||
binder_call(twoshay, systemui_app)
|
binder_call(twoshay, systemui_app)
|
||||||
|
|
||||||
|
binder_call(twoshay, hal_radioext_default)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue