Merge "Update SELinux to allow CHRE to talk to the Wifi HAL"

This commit is contained in:
Asad Ali 2022-04-28 07:05:14 +00:00 committed by Gerrit Code Review
commit a022023a90

View file

@ -15,3 +15,6 @@ allow chre device:dir r_dir_perms;
# Allow CHRE to use the USF low latency transport # Allow CHRE to use the USF low latency transport
usf_low_latency_transport(chre) 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;