[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
22 lines
644 B
Plaintext
22 lines
644 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# For drmserver
|
|
# Date: WK1812
|
|
# Operation : Migration
|
|
# Purpose : For drmserver
|
|
type access_sys_file, fs_type, sysfs_type;
|
|
|
|
######################################
|
|
# core domain file data
|
|
|
|
# For modem db filter HIDL client
|
|
# Date: WK1924
|
|
# Operation : Save modem db and filter into data partition
|
|
# Purpose : For Modem db and filter file
|
|
type mddb_filter_data_file, file_type, data_file_type, core_data_file_type;
|
|
|
|
type debuglog_data_file, file_type, data_file_type, core_data_file_type;
|
|
|
|
type sysfs_mcupm, fs_type, sysfs_type; |