Merge "Update SELinux to allow CHRE to talk to the Wifi HAL" am: a022023a90
Original change: https://android-review.googlesource.com/c/device/google/gs101-sepolicy/+/2077149 Change-Id: I196d9c8349e352c630b11441bf3280d456a75118 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a9528564c0
1 changed files with 3 additions and 0 deletions
3
whitechapel/vendor/google/chre.te
vendored
3
whitechapel/vendor/google/chre.te
vendored
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue