Let RadioExt talk to bt hal am: 2b189b45af

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

Change-Id: Ia79174e3f47e9cd7b1c9c2bd12c91da7543e2baf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Labib 2022-04-20 03:58:47 +00:00 committed by Automerger Merge Worker
commit b4c3e55628
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/227122249
dontaudit hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager { find };

View file

@ -7,6 +7,7 @@ get_prop(hal_radioext_default, hwservicemanager_prop)
add_hwservice(hal_radioext_default, hal_radioext_hwservice) add_hwservice(hal_radioext_default, hal_radioext_hwservice)
binder_call(hal_radioext_default, grilservice_app) binder_call(hal_radioext_default, grilservice_app)
binder_call(hal_radioext_default, hal_bluetooth_btlinux)
# RW /dev/oem_ipc0 # RW /dev/oem_ipc0
allow hal_radioext_default radio_device:chr_file rw_file_perms; allow hal_radioext_default radio_device:chr_file rw_file_perms;
@ -16,3 +17,5 @@ allow hal_radioext_default radio_vendor_data_file:dir create_dir_perms;
allow hal_radioext_default radio_vendor_data_file:file create_file_perms; allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
allow hal_radioext_default sysfs_display:file rw_file_perms; allow hal_radioext_default sysfs_display:file rw_file_perms;
# Bluetooth
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;