Update zuma sepolicy to allow the wifi_ext AIDL service.

Changes should be similar to aosp/2262723.

Bug: 205044134
Test: m + Pre-submit tests
Change-Id: I458896f8e82be51dde466d7970a2f307d8f9c94d
This commit is contained in:
Gabriel Biren 2022-10-26 23:07:34 +00:00
parent 3d7deb5028
commit 9c7e1c9f63
2 changed files with 3 additions and 1 deletions

View file

@ -17,4 +17,5 @@ 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;

View file

@ -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;
allow grilservice_app hal_exynos_rild_hwservice:hwservice_manager find; allow grilservice_app hal_exynos_rild_hwservice:hwservice_manager find;
binder_call(grilservice_app, hal_bluetooth_btlinux) binder_call(grilservice_app, hal_bluetooth_btlinux)