From a50265501dc4b99a8a90d6b38c3d5a0aa984d4a6 Mon Sep 17 00:00:00 2001 From: Macartur Sousa Date: Thu, 16 Apr 2015 16:26:29 -0300 Subject: [PATCH] Fixed held messages mailmain --- cookbooks/mailman/files/centos/spb_postfix_mailman.te | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/cookbooks/mailman/files/centos/spb_postfix_mailman.te b/cookbooks/mailman/files/centos/spb_postfix_mailman.te index e698800..57ce8c5 100644 --- a/cookbooks/mailman/files/centos/spb_postfix_mailman.te +++ b/cookbooks/mailman/files/centos/spb_postfix_mailman.te @@ -17,4 +17,5 @@ allow postfix_pipe_t mailman_data_t:dir search; allow postfix_pipe_t mailman_data_t:dir { write remove_name getattr add_name }; allow postfix_pipe_t mailman_data_t:file { rename write getattr read create open }; allow postfix_pipe_t mailman_log_t:file { read getattr open append }; +allow postfix_pipe_t mailman_log_t:dir search; allow postfix_pipe_t postfix_etc_t:file execute; -- libgit2 0.21.2