Samir Mehta | f39389d | 2014-11-05 22:02:11 +0530 | [diff] [blame] | 1 | #Needed in order to access the data partition bin files |
2 | type_transition mdm_helper system_data_file:{ file } efs_data_file; | ||||
3 | |||||
4 | allow mdm_helper mdm_device:file rw_file_perms; | ||||
5 | allow mdm_helper mdm_device:chr_file rw_file_perms; | ||||
6 | allow mdm_helper self:capability { dac_read_search dac_override }; | ||||
7 | allow mdm_helper efs_data_file:file create_file_perms; | ||||
8 | allow mdm_helper efs_data_file:dir create_dir_perms; |