فهرست منبع

postfix_additional: allow connecting to dovecot

Helmut Pozimski 3 سال پیش
والد
کامیت
b9c9695eb4
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      postfix_additional.te

+ 3 - 1
postfix_additional.te

@@ -1,11 +1,13 @@
-policy_module(postfix_additional, 0.0.2)
+policy_module(postfix_additional, 0.0.3)
 
 
 require {
 require {
   type postfix_master_t;
   type postfix_master_t;
   type porticron_t;
   type porticron_t;
   type postfix_postdrop_t;
   type postfix_postdrop_t;
+  type dovecot_deliver_t;
 }
 }
 
 
 allow postfix_postdrop_t porticron_t:unix_stream_socket { getattr read write };
 allow postfix_postdrop_t porticron_t:unix_stream_socket { getattr read write };
+allow postfix_postdrop_t dovecot_deliver_t:unix_stream_socket { getattr read write };
 
 
 corenet_tcp_bind_all_unreserved_ports(postfix_master_t)
 corenet_tcp_bind_all_unreserved_ports(postfix_master_t)