From 6594dfe902c5b32cef61656a08e47c600f0096e8 Mon Sep 17 00:00:00 2001 From: Miles Chuang Date: Sat, 18 Jan 2020 10:09:55 +0800 Subject: [PATCH] [ALPS04385399] Separate sepolicy for BASIC/BSP project [Detail] Separate sepolicy for BASIC/BSP project So we need to modify CXP Selinux setting. 1. Move type definition "usp_srv_prop" from bsp to basic. 2. Remove type "usp_prop" which phased out. MTK-Commit-Id: e6e9cd8c817fafcdf1f4083be515e781f7658f10 Change-Id: I3c95f5bf2bc2992a141a141dbaa6a5cfe0ed3407 CR-Id: ALPS04385399 Feature: Regional Carrier Express Pack --- non_plat/property.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/property.te b/non_plat/property.te index b9851a5..4037668 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -291,6 +291,7 @@ type mtk_net_ipv6_prop, property_type, mtk_core_property_type; #============= allow carrier express (cxp) ============== type usp_prop, property_type, mtk_core_property_type; +type usp_srv_prop, property_type, extended_core_property_type; type mtk_cxp_vendor_prop, property_type, mtk_core_property_type; #=============allow MD to set mtk_md_version_prop==============