Merge "Add selinux policy change to allow MDS access Samsung OemRil hal." into main
This commit is contained in:
commit
3c9256f338
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,9 @@ allow modem_diagnostic_app radio_service:service_manager find;
|
|||
userdebug_or_eng(`
|
||||
hal_client_domain(modem_diagnostic_app, hal_power_stats);
|
||||
|
||||
allow modem_diagnostic_app hal_exynos_rild_hwservice:hwservice_manager find;
|
||||
binder_call(modem_diagnostic_app, rild)
|
||||
|
||||
binder_call(modem_diagnostic_app, dmd)
|
||||
|
||||
set_prop(modem_diagnostic_app, vendor_cbd_prop)
|
||||
|
|
|
@ -40,3 +40,7 @@ add_hwservice(rild, hal_exynos_rild_hwservice)
|
|||
allow rild modem_img_file:dir r_dir_perms;
|
||||
allow rild modem_img_file:file r_file_perms;
|
||||
allow rild modem_img_file:lnk_file r_file_perms;
|
||||
|
||||
userdebug_or_eng(`
|
||||
binder_call(rild, modem_diagnostic_app)
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue