68b75f9105
* The bulk of the device family policy was common and applicable to all Samsung msm8974-devices. Move that common stuff here to ease maintenance. Change-Id: I86516adfb1b9c55a6959a7faf4ee424a4b3385c8
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
type macloader, domain;
|
|
type macloader_exec, exec_type, file_type;
|
|
init_daemon_domain(macloader)
|
|
|
|
type_transition macloader system_data_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_file:dir w_dir_perms;
|
|
allow macloader wifi_data_file:file create_file_perms;
|