blob: 5fe3608a220e78a76d9263416c81d295d28ffb15 [file] [log] [blame]
wangxl5b6293a2015-02-03 21:10:20 +08001#Needed in order to access the data partition bin files
2type_transition mdm_helper system_data_file:{ file } efs_data_file;
3
4allow mdm_helper mdm_device:file rw_file_perms;
5allow mdm_helper mdm_device:chr_file rw_file_perms;
6allow mdm_helper self:capability { dac_read_search dac_override };
7allow mdm_helper efs_data_file:file create_file_perms;
8allow mdm_helper efs_data_file:dir create_dir_perms;