mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
27 lines
703 B
Plaintext
27 lines
703 B
Plaintext
get_prop(radio, ims_prop)
|
|
|
|
allow radio qmuxd_socket:dir search;
|
|
allow radio qmuxd_socket:sock_file write;
|
|
|
|
|
|
allow radio vendor_file:lnk_file r_file_perms;
|
|
allow radio vendor_framework_file:file r_file_perms;
|
|
allow radio vendor_framework_file:dir search;
|
|
|
|
hwbinder_use(radio)
|
|
allow radio vnd_ims_radio_hwservice:hwservice_manager find;
|
|
allow radio vnd_qcrilhook_hwservice:hwservice_manager find;
|
|
|
|
add_service(radio, radio_service)
|
|
|
|
# TODO(b/37212952): Remove this once imscm_service switches over to using
|
|
# vendorservicemanager
|
|
add_service(radio, imscm_service)
|
|
auditallow radio imscm_service:service_manager { add find };
|
|
|
|
r_dir_file(radio, sysfs_msm_subsys)
|
|
|
|
userdebug_or_eng(`
|
|
permissive radio;
|
|
')
|