summaryrefslogtreecommitdiffstats
path: root/selinux/macloader.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/macloader.te')
-rw-r--r--selinux/macloader.te7
1 files changed, 7 insertions, 0 deletions
diff --git a/selinux/macloader.te b/selinux/macloader.te
new file mode 100644
index 0000000..5799c7c
--- /dev/null
+++ b/selinux/macloader.te
@@ -0,0 +1,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 };