Update SELinux to allow CHRE to talk to the Wifi HAL am: 403643929d am: abb060273b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17715921 Change-Id: I842c5555f62e5cb6a9ae6138bb8c96d6ec7fd478 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user