aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/macloader.te
blob: da70890b6035d8b6f0bf501333f4b0d5e907823c (plain)
1
2
3
4
5
file_type_auto_trans(macloader, system_data_file, wifi_data_file)

allow macloader efs_file:file { read open getattr };
allow macloader efs_file:dir search;
allow macloader wifi_data_file:file { unlink write open setattr };