[ALPS03804621] [P migration] Remove old property label

We never use persist.ril.* at Android P. So, remove it.

MTK-Commit-Id: 6a1943658ce7647e6efd65234252d69e83be1a47

Change-Id: I49d35e81192dfd9707687400bc3f0885cde16940
CR-Id: ALPS03804621
Feature: DSDS (Dual SIM Dual Standby) Framework-Common Framework(RIL)
This commit is contained in:
Allen Chu 2020-01-18 10:00:38 +08:00
parent f845853c01
commit 561fad2a70
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;