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
25 lines
1.4 KiB
Text
25 lines
1.4 KiB
Text
type grilservice_app, domain;
|
|
app_domain(grilservice_app)
|
|
|
|
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_service:service_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_service:service_manager find;
|
|
allow grilservice_app hal_audiometricext_hwservice:hwservice_manager find;
|
|
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)
|
|
binder_call(grilservice_app, hal_audiometricext_default)
|
|
binder_call(grilservice_app, rild)
|
|
hal_client_domain(grilservice_app, hal_power_stats)
|
|
# Read access to /sys/kernel/irq
|
|
allow grilservice_app sysfs_irq:dir r_dir_perms;
|
|
allow grilservice_app sysfs_irq:file r_file_perms;
|
|
get_prop(grilservice_app, telephony_modemtype_prop)
|