summaryrefslogtreecommitdiff
path: root/plat_public/property.te
AgeCommit message (Collapse)Author
2020-04-25[ALPS05100061] SEPolicy: Split sepolicy of property to system/vendorShanshan Guo
[Detail] sepolicy of property should be split to system/vendor. In principle, 1.sepolicy of system internal property should in plat_private/, 2.sepolicy of vendor internal property should in non_plat/, 3.sepolicy of system/vendor restricted/public property should in plat_public/. In the third scene, if the contexts is defined in plat_public/ and property_contexts in non_plat/, the mapping rules will be built into system.img and will be lost aftet flashing GSI. So need to keep the sepolicy of vendor property in non_plat/. [Solution] 1.Move sepolicy of system property to plat_private/. 1.Move sepolicy of vendor property to non_plat/. Change-Id: I58defb720a72916931cdb9bff98582b58e605c39 CR-Id: ALPS05100061 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
2020-04-08[ALPS05025406] SEPolicy: Modify prop context with naming conventionsShanshan Gio
[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
2020-03-19[ALPS05009140] Add SELINUX policyhua.tian
Add policy to access internet and system properties. Change-Id: I632f389f2f0295c72861e6dda792975a3b395724 CR-Id: ALPS05009140 Feature: Mobile Log Tool (cherry picked from commit 284cdf7187aa5bc18a3b5619c29b16a3c6d8a325)
2020-03-05[ALPS05014766] SEPolicy: Modify property with new attributesShanshan Guo
[Detail] In AOSP/1097032 and AOSP/1128792, there are new attributes and neverallow rules with property. The MTK sepolicies of properties need some modification for them. [Solution] Modify MTK sepolicies of properties. Change-Id: I0a78d4e974d57c6d328991a791918ffa6a12008b CR-Id: ALPS05014766 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
2019-08-05[ALPS04329540] ccci: add sepolicy rule for ccci_mdinitxin xu
add a init.svc.aee_aedv sepolicy rule. Change-Id: I7acfe0fe761b63c6560dffc083162157832aa6a7 CR-Id: ALPS04329540 Feature: Modem Interface Driver (cherry picked from commit 1e62fd097cee1270807f1e807feecbf313dac750)
2018-07-16[ALPS04013134] CCCI:fix android p selinux issue v2mtk13858
[Detail] fix code defect to avoid vts fail Change-Id: I95cd0a11b4bc9d8145b7017ffbf4b171751ef32c Signed-off-by: mtk13858 <derong.liu@mediatek.com> CR-Id: ALPS04013134 Feature: Modem Interface Driver
2018-06-19[ALPS03886692] property rename for Android Pmtk13799
[Detail]property rename for Android P Change-Id: I42fab46ce67a240d619e0a74cb7fa8834ac74bc6 Signed-off-by: mtk13799 <xin.huang@mediatek.com> CR-Id: ALPS03886692 Feature: [Android Default]Dedicated APN for Tethering