Browse Source

mta_additional: add policy module

Helmut Pozimski 3 years ago
parent
commit
bd4b84413e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      mta_additional.te

+ 8 - 0
mta_additional.te

@@ -0,0 +1,8 @@
+policy_module(mta_additional, 0.0.1)
+
+require {
+  type system_mail_t;
+}
+
+phpfpm_dontaudit_rw_stream_sockets(system_mail_t)
+phpfpm_dontaudit_rw_tcp_sockets(system_mail_t)