summaryrefslogtreecommitdiffstats
path: root/selinux/macloader.te
blob: 5799c7c27ea42f4320d398e975a5b9b22ac649ea (plain)
1
2
3
4
5
6
7
type macloader, domain;
type macloader_exec, exec_type, file_type;
init_daemon_domain(macloader);

allow macloader efs_file:dir search;
allow macloader efs_device_file:dir search;
allow macloader wifi_data_file:file { read getattr open };