[ALPS03886705] EmCamera:sytemproperty name change

[Detail]
P migration: System property name change,
related SELinux need change too.

MTK-Commit-Id: f71582111ca7952637d39f49d8dccebdc933e299

Change-Id: Id0afb83774b37a23dfdcb8c85ccbd79310ad20e3
CR-Id: ALPS03886705
Feature: Engineering Mode
This commit is contained in:
Juan Rong 2020-01-18 09:55:49 +08:00
parent 6a17644df7
commit e405561d06
3 changed files with 8 additions and 2 deletions

View File

@ -179,5 +179,8 @@ type mtk_debug_wifi_level_prop, property_type, mtk_core_property_type;
#=============allow EM to set BT ssp debug mode property================
type mtk_bt_sspdebug_prop, property_type, mtk_core_property_type;
#=============em camera property==============
type vendor_debug_prop, property_type, mtk_core_property_type;
#=============allow ccci_mdinit get ccci_fsd property===========
type mtk_ccci_fsd_prop, property_type, mtk_core_property_type;

View File

@ -127,7 +127,7 @@ vendor.service.nvram_init u:object_r:service_nvram_init_prop:s0
ro.wlan.mtk.wifi.5g u:object_r:wifi_5g_prop:s0
#=============Allow EM To Set Camera APP Mode ==============
mtk.client. u:object_r:mtk_em_prop:s0
vendor.client. u:object_r:mtk_em_prop:s0
#=============allow mediatek_prop ==============
mediatek. u:object_r:mediatek_prop:s0
@ -196,5 +196,8 @@ persist.vendor.debug.wifi_fw_level u:object_r:mtk_debug_wifi_level_prop:s0
#=============allow EM to set BT ssp debug mode property================
persist.vendor.bt.sspdebug.enable u:object_r:mtk_bt_sspdebug_prop:s0
#=============em camera property==============
vendor.debug. u:object_r:vendor_debug_prop:s0
#=============allow ccci_mdinit get ccci_fsd property===========
init.svc.ccci_fsd u:object_r:mtk_ccci_fsd_prop:s0

View File

@ -103,7 +103,7 @@ allow radio mtk_em_net_auto_tethering_prop:property_service set;
# Date : WK17.06 2017/02/06
# Operation : IT
# Purpose : for engineermode camera
allow radio debug_prop:property_service set;
allow radio vendor_debug_prop:property_service set;
# Date : WK17.03
# Operation : O Migration