android_device_samsung_msm8.../sepolicy/common/macloader.te

13 lines
421 B
Plaintext
Raw Permalink Normal View History

type macloader, domain;
type macloader_exec, exec_type, file_type;
init_daemon_domain(macloader)
type_transition macloader system_data_root_file:file wifi_data_file ".cid.info";
r_dir_file(macloader, wifi_efs_file)
allow macloader efs_file:dir search;
allow macloader sysfs_wifi_writeable:file w_file_perms;
allow macloader system_data_root_file:dir w_dir_perms;
allow macloader wifi_data_file:file create_file_perms;