Merge "[ALPS03861873] rename system property" into alps-trunk-p0.basic

Change-Id: I617e270fac5c7f520a6b1af27a67c88a3376eb9f
MTK-Commit-Id: 5c8f561320e8662c1c1c3f01569100f48b411a7e
This commit is contained in:
Weilun Liu (劉維倫) 2020-01-18 09:32:31 +08:00 committed by Gerrit Code Review
commit ecd8df2454
3 changed files with 11 additions and 2 deletions

View File

@ -128,3 +128,7 @@ allow mtkrild node:rawip_socket node_bind;
# Allow to use sysenv
allow mtkrild sysfs:file open;
allow mtkrild sysfs:file read;
#Date : W18.15
#Purpose: allow rild access to vendor.ril.ipo system property
set_prop(mtkrild, vendor_ril_ipo_prop)

View File

@ -15,6 +15,7 @@ ctl.dualmdlogger u:object_r:ctl_dualmdlogger_prop:s0
#=============allow mtkrild to set persist.ril property==============
persist.ril u:object_r:persist_ril_prop:s0
vendor.ril.ipo u:object_r:vendor_ril_ipo_prop:s0
#=============allow netlog==============
#debug.mtklog.init.flag
@ -44,7 +45,7 @@ debug.mtk.aee u:object_r:debug_mtk_aee_prop:s0
debug.bq.dump u:object_r:debug_bq_dump_prop:s0
#=============allow mux==============
ril.mux. u:object_r:gsm0710muxd_prop:s0
vendor.ril.mux. u:object_r:gsm0710muxd_prop:s0
#=============allow mdinit==============
ctl.ril-daemon-mtk u:object_r:ctl_ril-daemon-mtk_prop:s0
@ -60,7 +61,7 @@ ctl.ccci3_fsd u:object_r:ctl_ccci3_fsd_prop:s0
ctl.muxreport-daemon u:object_r:ctl_muxreport-daemon_prop:s0
vendor.ril.active.md u:object_r:ril_active_md_prop:s0
ril.mux.report.case u:object_r:ril_mux_report_case_prop:s0
vendor.ril.mux.report.case u:object_r:ril_mux_report_case_prop:s0
ril.cdma.report u:object_r:ril_cdma_report_prop:s0
#=============allow bootanim==============

View File

@ -49,3 +49,7 @@ vndbinder_use(rild)
binder_call(rild, mtk_hal_audio)
allow rild hal_audio_hwservice:hwservice_manager find;
#Date : W18.15
#Purpose: allow rild access to vendor.ril.ipo system property
set_prop(mtkrild, vendor_ril_ipo_prop)