Let RadioExt talk to bt hal am: 2b189b45af am: b4c3e55628

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

Change-Id: Id620256e0b6ecad7cb8e648fff9bf833357aeff2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Labib 2022-04-20 04:32:02 +00:00 committed by Automerger Merge Worker
commit f2edd202c4
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)
binder_call(hal_radioext_default, grilservice_app)
binder_call(hal_radioext_default, hal_bluetooth_btlinux)
# RW /dev/oem_ipc0
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 sysfs_display:file rw_file_perms;
# Bluetooth
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;