8 lines
400 B
Text
Executable file
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;
|