aboutsummaryrefslogtreecommitdiff
path: root/selinux_pols/exim.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux_pols/exim.te')
-rw-r--r--selinux_pols/exim.te12
1 files changed, 12 insertions, 0 deletions
diff --git a/selinux_pols/exim.te b/selinux_pols/exim.te
new file mode 100644
index 0000000..9b0cb01
--- /dev/null
+++ b/selinux_pols/exim.te
@@ -0,0 +1,12 @@
+module exim-custom 1.0;
+
+require {
+ type sysctl_crypto_t;
+ type exim_t;
+ class dir search;
+ class file { read getattr open };
+}
+
+#============= exim_t ==============
+allow exim_t sysctl_crypto_t:dir search;
+allow exim_t sysctl_crypto_t:file { read getattr open };