Merge "Allow radioext to access bluetooth coex hal." into sc-dev am: a5879bec5b

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

Change-Id: I76dbea4d35a134a2f32aeea963717f2620a864ac
This commit is contained in:
Eddie Tashjian 2021-03-30 23:29:48 +00:00 committed by Automerger Merge Worker
commit fd3a304ec2

View file

@ -15,3 +15,6 @@ allow hal_radioext_default radio_device:chr_file rw_file_perms;
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;