[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
This commit is contained in:
Shanshan Guo 2020-01-18 10:22:36 +08:00 committed by Aayush Gupta
parent 2b923a53d6
commit 5da546820c
24 changed files with 89 additions and 89 deletions

0
non_plat/connsyslogger.te Executable file → Normal file
View File

0
non_plat/hal_mms.te Executable file → Normal file
View File

0
non_plat/hal_nvramagent.te Executable file → Normal file
View File

0
non_plat/hal_thermal_default.te Executable file → Normal file
View File

View File

@ -1,4 +1,4 @@
vendor.mediatek.hardware.bluetooth::IMtkBluetoothHci u:object_r:mtk_hal_bluetooth_hwservice:s0 vendor.mediatek.hardware.bluetooth::IMtkBluetoothHci u:object_r:mtk_hal_bluetooth_hwservice:s0
# Date: 2017/05/9 # Date: 2017/05/9
vendor.mediatek.hardware.mtkradioex::IMtkRadioEx u:object_r:mtk_hal_rild_hwservice:s0 vendor.mediatek.hardware.mtkradioex::IMtkRadioEx u:object_r:mtk_hal_rild_hwservice:s0

0
non_plat/ioctl_defines Executable file → Normal file
View File

0
non_plat/mediaswcodec.te Executable file → Normal file
View File

0
non_plat/modemdbfilter_service.te Executable file → Normal file
View File

0
non_plat/mtk_hal_md_dbfilter.te Executable file → Normal file
View File

0
non_plat/mtk_hal_mms.te Executable file → Normal file
View File

0
non_plat/mtk_hal_wifi.te Executable file → Normal file
View File

View File

@ -6,7 +6,7 @@
# Date : WK14.34 # Date : WK14.34
# Operation : Migration # Operation : Migration
# Purpose : For WIFI SANITY test to set FW path(STA/P2P/AP) # Purpose : For WIFI SANITY test to set FW path(STA/P2P/AP)
# Owner TingTing Lei # Owner: TingTing Lei
allow netd wmtWifi_device:chr_file { write open }; allow netd wmtWifi_device:chr_file { write open };
# Date : WK14.34 # Date : WK14.34
@ -15,7 +15,7 @@ allow netd self:capability fsetid;
# Date : WK14.34 # Date : WK14.34
# Operation : Migration # Operation : Migration
# Purpose : APP # Purpose: APP
allow netd platform_app:fd use; allow netd platform_app:fd use;

0
non_plat/uncrypt.te Executable file → Normal file
View File

0
non_plat/vold_prepare_subdirs.te Executable file → Normal file
View File

0
plat_private/emdlogger.te Executable file → Normal file
View File

0
plat_private/file.te Executable file → Normal file
View File

0
plat_private/lbs_dbg.te Executable file → Normal file
View File

0
plat_private/loghidlsysservice.te Executable file → Normal file
View File

0
plat_private/modemdbfilter_client.te Executable file → Normal file
View File

0
plat_private/netdiag.te Executable file → Normal file
View File

0
plat_public/emdlogger.te Executable file → Normal file
View File

0
plat_public/mdlogger.te Executable file → Normal file
View File

0
plat_public/modemdbfilter_client.te Executable file → Normal file
View File

0
plat_public/netdiag.te Executable file → Normal file
View File