Merge "[ALPS03804621] [P migration] Remove old property label" into alps-trunk-p0.basic

Change-Id: Ie819063e841169b9615336955f2bc846c9c3c25b
MTK-Commit-Id: 87e607929f078b635829d1a0e00d8c7090355dbb
This commit is contained in:
Weilun Liu (劉維倫) 2020-01-18 10:00:40 +08:00 committed by Gerrit Code Review
commit 7ffcd67a25
5 changed files with 1 additions and 6 deletions

View File

@ -25,7 +25,6 @@ allow rild cgroup:dir create_dir_perms;
#set_prop(rild, radio_prop)
#set_prop(rild, net_radio_prop)
#set_prop(rild, system_radio_prop)
set_prop(rild, persist_ril_prop)
auditallow rild net_radio_prop:property_service set;
auditallow rild system_radio_prop:property_service set;
set_prop(rild, ril_active_md_prop)

View File

@ -28,7 +28,6 @@ allow mtkrild cgroup:dir create_dir_perms;
#set_prop(mtkrild, radio_prop)
#set_prop(mtkrild, net_radio_prop)
#set_prop(mtkrild, system_radio_prop)
set_prop(mtkrild, persist_ril_prop)
auditallow mtkrild net_radio_prop:property_service set;
auditallow mtkrild system_radio_prop:property_service set;
set_prop(mtkrild, ril_active_md_prop)

View File

@ -26,7 +26,6 @@ type ctl_dualmdlogger_prop, property_type;
#=============allow viarild to start property==============
type ctl_viarild_prop, property_type;
#=============allow mtkrild to set persist.ril property==============
type persist_ril_prop, property_type, mtk_core_property_type;
type vendor_ril_ipo_prop, property_type, mtk_core_property_type;
#=============allow gsm0710muxd to set mux property==============

View File

@ -14,7 +14,6 @@ ctl.emdlogger3 u:object_r:ctl_emdlogger3_prop:s0
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==============

View File

@ -43,7 +43,6 @@ allow radio mtgpio_device:chr_file { read ioctl open };
allow radio stpbt_device:chr_file { read write open };
allow radio stpant_device:chr_file { read write open };
allow radio bt_int_adp_socket:sock_file write;
allow radio persist_ril_prop:property_service set;
allow radio mt6605_device:chr_file { read write ioctl open getattr };
allow radio nfc_socket:dir { write add_name remove_name search };
allow radio system_prop:property_service set;