summaryrefslogtreecommitdiff
path: root/plat_public/property.te
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_public/property.te
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_public/property.te')
-rw-r--r--plat_public/property.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat_public/property.te b/plat_public/property.te
index 9359e03..0cc5556 100644
--- a/plat_public/property.te
+++ b/plat_public/property.te
@@ -19,5 +19,5 @@
# -vendor_property_type
#}:file no_rw_file_perms;
-
-system_internal_prop(mobile_log_post_prop)
+# Properties used only in /system
+system_internal_prop(system_mtk_mobile_log_post_prop)