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:
commit
7ffcd67a25
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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==============
|
||||
|
@ -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==============
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user