android_mt6572_jiabo/device/qcom/sepolicy/msm8960/mdm_helper.te
2025-09-05 16:56:03 +08:00

8 lines
400 B
Text
Executable file

#Needed in order to access the data partition bin files
type_transition mdm_helper system_data_file:{ file } efs_data_file;
allow mdm_helper mdm_device:file rw_file_perms;
allow mdm_helper mdm_device:chr_file rw_file_perms;
allow mdm_helper self:capability { dac_read_search dac_override };
allow mdm_helper efs_data_file:file create_file_perms;
allow mdm_helper efs_data_file:dir create_dir_perms;