Merge "[ALPS03804621] [P migration] Add property context" into alps-trunk-p0.basic
Change-Id: If1821c0dfac7705f4d3c93c29b2d00cc1d35e450 MTK-Commit-Id: 1c7ed862646c368963c9108545c206723ba7f3ae
This commit is contained in:
commit
2f7073ef01
@ -140,3 +140,7 @@ allow rild vendor_toolbox_exec:file {execute_no_trans};
|
||||
# Operation: P migration
|
||||
# Purpose: Allow rild to get tel_switch_prop
|
||||
get_prop(rild, tel_switch_prop)
|
||||
|
||||
#Date: W1817
|
||||
#Purpose: allow rild access property of vendor_radio_prop
|
||||
set_prop(rild, vendor_radio_prop)
|
||||
|
@ -137,3 +137,7 @@ set_prop(mtkrild, vendor_ril_ipo_prop)
|
||||
# Operation: P migration
|
||||
# Purpose: Allow mtkrild to get tel_switch_prop
|
||||
get_prop(mtkrild, tel_switch_prop)
|
||||
|
||||
#Date: W1817
|
||||
#Purpose: allow rild access property of vendor_radio_prop
|
||||
set_prop(mtkrild, vendor_radio_prop)
|
||||
|
@ -165,3 +165,5 @@ type atm_ipaddr_prop, property_type;
|
||||
#=============allow consyslogger==============
|
||||
type vendor_consyslogger_prop, property_type, mtk_core_property_type;
|
||||
|
||||
#=============radio group property=============
|
||||
type vendor_radio_prop, property_type, mtk_core_property_type;
|
||||
|
@ -171,3 +171,9 @@ persist.atm.ipaddress u:object_r:atm_ipaddr_prop:s0
|
||||
|
||||
#=============allow consyslogger==============
|
||||
vendor.consyslogger u:object_r:vendor_consyslogger_prop:s0
|
||||
|
||||
#============Label telephony property=======#
|
||||
vendor.ril. u:object_r:vendor_radio_prop:s0
|
||||
ro.vendor.ril. u:object_r:vendor_radio_prop:s0
|
||||
vendor.gsm. u:object_r:vendor_radio_prop:s0
|
||||
persist.vendor.radio. u:object_r:vendor_radio_prop:s0
|
||||
|
@ -186,3 +186,7 @@ get_prop(radio, persist_uce_prop)
|
||||
# Operation: P migration
|
||||
# Purpose: Allow radio to get tel_switch_prop
|
||||
get_prop(radio, tel_switch_prop)
|
||||
|
||||
#Date: W1817
|
||||
#Purpose: allow rild access property of vendor_radio_prop
|
||||
set_prop(radio, vendor_radio_prop)
|
||||
|
Loading…
x
Reference in New Issue
Block a user