Allow radioext to access bluetooth coex hal.
Allow radio extension hal to forward coexistence message from modem to bluetooth hal. Bug: 183978772 Test: Check selinux denials Change-Id: Idc288ce2a1fdcf380301e2d7c10ea03af520e4d0
This commit is contained in:
parent
5dbe586a1d
commit
ffd2cf4eb7
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue