3 Commits

Author SHA1 Message Date
Shanshan Guo
5da546820c [ALPS04968083] SEPolicy: Modify sepolicy files mode and type
[Detail]
The mode of sepolicy files should be -rw-r--r--,
and the type should be ASCII text with Unix/Linux format.

[Solution]
1.Use chmod 0644 to change sepolicy files mode.
2.Use iconv -t ASCII and dos2unix to change sepolicy files
  type and format.

MTK-Commit-Id: ee386fd7ca89105f70b96f6b58c5f0e372fe9a4b

Change-Id: Iac13b1ea8a4546168f68a7918acdcdb0588f6630
CR-Id: ALPS04968083
Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
2020-12-21 22:01:08 +05:30
Shanshan Guo
2b923a53d6 [ALPS05009976] SEPolicy: Merge folder non_plat and r_non_plat
[Detail]
BASIC and BSP project should have same sepolicies in basic/.

[Solution]
1.Modify SEPolicies in non_plat/ by comparing with r_non_plat/ .
2.Remove r_non_plat/ .

Change-Id: I24d3df00255779bd73f4075c1c4062176d5b6047
CR-Id: ALPS05009976
Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
2020-12-21 12:06:48 +05:30
Freddy Hsin
29ce7c7c25 [ALPS04763256] siu: move uncrypt sepolicy
1. rename uncrypte.te to uncrypt.te
2. move permission in bsp to basic

MTK-Commit-Id: 13f7243b07dc87cf357da41a5920826c80b1dede

Change-Id: I26363151ce8644a67eb9742d9c507a77abfff129
CR-Id: ALPS04763256
Feature: [Android Default] SIU (SD Image Update)
2020-01-18 10:21:07 +08:00