summaryrefslogtreecommitdiff
path: root/plat_private/property_contexts
diff options
context:
space:
mode:
authorShanshan Gio <shanshan.guo@mediatek.com>2020-04-02 18:47:03 +0800
committerShanshan Gio <shanshan.guo@mediatek.com>2020-04-08 20:49:25 +0800
commit941d09bdf1a039159618a297ef48b5a412070fb6 (patch)
tree879073abb0f60d5e9e153e901bbdc7f8d69934b6 /plat_private/property_contexts
parent0a4e6642b91c02755e95d6b894a8a54cc44e5253 (diff)
downloadwembley-sepolicy-941d09bdf1a039159618a297ef48b5a412070fb6.tar.gz
[ALPS05025406] SEPolicy: Modify prop context with naming conventions
[Detail] In AOSP/948386 and AOSP/1161048, there are new naming conventions for property context. The MTK sepolicies of properties need some modification for them. [Solution] 1.Modify property context in non_plat/ with new naming conventions. 2.Modify property context end with suffix _prop. 3.Remove unused property sepolicy. 4.Sort context in property.te . Change-Id: Ic300b217c1457d46fdcdec9034eb9ba8ac602c69 CR-Id: ALPS05025406 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
Diffstat (limited to 'plat_private/property_contexts')
-rw-r--r--plat_private/property_contexts6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat_private/property_contexts b/plat_private/property_contexts
index c56ca1b..0933495 100644
--- a/plat_private/property_contexts
+++ b/plat_private/property_contexts
@@ -11,6 +11,6 @@ persist.adb.nonblocking_ffs u:object_r:exported_default_prop:s0 exact int
#============system fingerprint property===========
ro.system.build.fingerprint u:object_r:exported_fingerprint_prop:s0 exact string
-vendor.MB.logpost u:object_r:mobile_log_post_prop:s0
-vendor.MB.logpost. u:object_r:mobile_log_post_prop:s0
-persist.vendor.MB.logpost u:object_r:mobile_log_post_prop:s0
+vendor.MB.logpost u:object_r:system_mtk_mobile_log_post_prop:s0
+vendor.MB.logpost. u:object_r:system_mtk_mobile_log_post_prop:s0
+persist.vendor.MB.logpost u:object_r:system_mtk_mobile_log_post_prop:s0