Merge "Update gs101 sepolicy to allow the wifi_ext AIDL service." am: 1010b1cceb
am: 41505f9991
Original change: https://android-review.googlesource.com/c/device/google/gs101-sepolicy/+/2262723 Change-Id: I6e5f2649b6b2679d6e9883c61009f3907414cee6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
21cd48363a
2 changed files with 2 additions and 0 deletions
1
whitechapel/vendor/google/chre.te
vendored
1
whitechapel/vendor/google/chre.te
vendored
|
@ -18,6 +18,7 @@ usf_low_latency_transport(chre)
|
||||||
# Allow CHRE to talk to the WiFi HAL
|
# Allow CHRE to talk to the WiFi HAL
|
||||||
allow chre hal_wifi_ext:binder { call transfer };
|
allow chre hal_wifi_ext:binder { call transfer };
|
||||||
allow chre hal_wifi_ext_hwservice:hwservice_manager find;
|
allow chre hal_wifi_ext_hwservice:hwservice_manager find;
|
||||||
|
allow chre hal_wifi_ext_service:service_manager find;
|
||||||
|
|
||||||
# Allow CHRE host to talk to stats service
|
# Allow CHRE host to talk to stats service
|
||||||
allow chre fwk_stats_service:service_manager find;
|
allow chre fwk_stats_service:service_manager find;
|
||||||
|
|
1
whitechapel/vendor/google/grilservice_app.te
vendored
1
whitechapel/vendor/google/grilservice_app.te
vendored
|
@ -5,6 +5,7 @@ allow grilservice_app app_api_service:service_manager find;
|
||||||
allow grilservice_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
allow grilservice_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||||
allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
|
allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
|
||||||
allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
|
allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
|
||||||
|
allow grilservice_app hal_wifi_ext_service:service_manager find;
|
||||||
allow grilservice_app hal_audiometricext_hwservice:hwservice_manager find;
|
allow grilservice_app hal_audiometricext_hwservice:hwservice_manager find;
|
||||||
binder_call(grilservice_app, hal_bluetooth_btlinux)
|
binder_call(grilservice_app, hal_bluetooth_btlinux)
|
||||||
binder_call(grilservice_app, hal_radioext_default)
|
binder_call(grilservice_app, hal_radioext_default)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue