From e375cf72b026d74cad36896296e34ab1b38b85a0 Mon Sep 17 00:00:00 2001 From: Dian Wang Date: Sat, 18 Jan 2020 10:05:42 +0800 Subject: [PATCH] [ALPS04017538] P meta ATM porting [Detail] te file modify MTK-Commit-Id: cd03794b7dad769d35ed200fde6bcc269ab8f17a Change-Id: Ic81fe56fc38c55b91ed415321c93213f25d6ff21 CR-Id: ALPS04017538 Feature: SP META Tool (cherry picked from commit 7ba5340de00022ceb3daa2922f4d3305ab13fedc) --- non_plat/meta_tst.te | 7 ++++++- non_plat/property.te | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/non_plat/meta_tst.te b/non_plat/meta_tst.te index ad5aa4b..38d3333 100644 --- a/non_plat/meta_tst.te +++ b/non_plat/meta_tst.te @@ -321,7 +321,7 @@ set_prop(meta_tst, atm_ipaddr_prop); # Date : WK18.16 # Operation: P migration # Purpose: Allow meta_tst to get tel_switch_prop -get_prop(meta_tst, tel_switch_prop) +get_prop(meta_tst, tel_switch_prop); # Date : WK18.21 # Operation: P migration @@ -378,3 +378,8 @@ allow meta_tst sysfs_headset:file { read open }; #Date: W18.05 #Purpose : Allow meta_tst to use socket for listening uevent allow meta_tst meta_tst:netlink_kobject_uevent_socket { read bind create setopt }; + +#Date : WK18.28 +# Operation: P migration +# Purpose : +set_prop(meta_tst, vendor_usb_prop); \ No newline at end of file diff --git a/non_plat/property.te b/non_plat/property.te index 7b035d2..898236b 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -37,7 +37,7 @@ type mtk_wifi_prop, property_type, mtk_core_property_type; type debug_mdlogger_prop, property_type, extended_core_property_type; type vendor_mdl_prop, property_type, extended_core_property_type; type vendor_mdl_start_prop, property_type, extended_core_property_type; -type vendor_usb_prop, property_type, extended_core_property_type; +type vendor_usb_prop, property_type; type persist_mdlog_prop, property_type, extended_core_property_type; type vendor_mdl_pulllog_prop, property_type, extended_core_property_type;