From 8c311f981b83cf84c557b517ba9cdcffae25146d Mon Sep 17 00:00:00 2001 From: Anthony Stange Date: Tue, 12 Apr 2022 20:58:12 +0000 Subject: [PATCH] Update SELinux to allow CHRE to talk to the Wifi HAL Bug: 206614765 Test: Run locally Change-Id: I73bcf96ed1cab0a101e5f84852a1d82258b9c690 Merged-In: I73bcf96ed1cab0a101e5f84852a1d82258b9c690 --- whitechapel/vendor/google/chre.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel/vendor/google/chre.te b/whitechapel/vendor/google/chre.te index 7eca5e43..67ba090a 100644 --- a/whitechapel/vendor/google/chre.te +++ b/whitechapel/vendor/google/chre.te @@ -15,3 +15,6 @@ allow chre device:dir r_dir_perms; # Allow CHRE to use the USF low latency transport usf_low_latency_transport(chre) +# Allow CHRE to talk to the WiFi HAL +allow chre hal_wifi_ext:binder { call transfer }; +allow chre hal_wifi_ext_hwservice:hwservice_manager find;