sepolicy: add rules for using aidl from GRIL Service
allow to find hal_vendor_radio_external_service Enable AIDL for V requirement AVC log in b/352465089#comment1 Flag: EXEMPT HAL interface change Bug: 341750446 Test: Physical device with atest GoogleRilServiceUnitTests Test: Physical device VoLTE,VoWiFi Call with handover verification on HIDL and AIDL. Test: Physical device RIL crash, modem crash HIDL/AIDL VoLTE,VoWiFi verification. Change-Id: I800a69d9fed026c340c2b3b935feac0e0eb38c1d
This commit is contained in:
parent
8b0c2f2379
commit
5ca93e9b6c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ allow grilservice_app hal_exynos_rild_hwservice:hwservice_manager find;
|
|||
allow grilservice_app radio_vendor_data_file:dir create_dir_perms;
|
||||
allow grilservice_app radio_vendor_data_file:file create_file_perms;
|
||||
allow grilservice_app gril_antenna_tuning_service:service_manager find;
|
||||
allow grilservice_app hal_vendor_radio_external_service:service_manager find;
|
||||
binder_call(grilservice_app, hal_bluetooth_btlinux)
|
||||
binder_call(grilservice_app, hal_radioext_default)
|
||||
binder_call(grilservice_app, hal_wifi_ext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue