From ffd2cf4eb7b83ee9a72cf9a2e8195ae0a6dbd04c Mon Sep 17 00:00:00 2001 From: Eddie Tashjian Date: Mon, 29 Mar 2021 14:59:24 -0700 Subject: [PATCH] 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 --- whitechapel/vendor/google/hal_radioext_default.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel/vendor/google/hal_radioext_default.te b/whitechapel/vendor/google/hal_radioext_default.te index ff22f224..a5344993 100644 --- a/whitechapel/vendor/google/hal_radioext_default.te +++ b/whitechapel/vendor/google/hal_radioext_default.te @@ -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; \ No newline at end of file