Update SELinux to allow CHRE to talk to the Wifi HAL

Bug: 206614765
Test: Run locally
Change-Id: I73bcf96ed1cab0a101e5f84852a1d82258b9c690
This commit is contained in:
Anthony Stange 2022-04-12 20:58:12 +00:00
parent 9a909d4058
commit 613bdcdec8

View file

@ -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;