summaryrefslogtreecommitdiffstats
path: root/msm8960/mdm_helper.te
blob: 5fe3608a220e78a76d9263416c81d295d28ffb15 (plain)
1
2
3
4
5
6
7
8
#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;