Update SELinux to allow CHRE to talk to the Wifi HAL am: 403643929d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17715921 Change-Id: I4e33045cec08c8c2a2d921fa22647ae6155a8968 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4e2f01d0af
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue