aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/domain.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/domain.te')
-rw-r--r--selinux/domain.te5
1 files changed, 4 insertions, 1 deletions
diff --git a/selinux/domain.te b/selinux/domain.te
index f55b780..56f028c 100644
--- a/selinux/domain.te
+++ b/selinux/domain.te
@@ -2,4 +2,7 @@ allow domain kernel:system module_request;
allow domain log_device:chr_file { write read open };
allow domain log_device:dir search;
-type efs_device_file, dev_type; \ No newline at end of file
+type efs_device_file, dev_type;
+
+# load SHIM libraries
+allow init { domain -lmkd }:process noatsecure;