Commit a50265501dc4b99a8a90d6b38c3d5a0aa984d4a6

Authored by Macartur Sousa
1 parent 77730dfe

Fixed held messages mailmain

cookbooks/mailman/files/centos/spb_postfix_mailman.te
... ... @@ -17,4 +17,5 @@ allow postfix_pipe_t mailman_data_t:dir search;
17 17 allow postfix_pipe_t mailman_data_t:dir { write remove_name getattr add_name };
18 18 allow postfix_pipe_t mailman_data_t:file { rename write getattr read create open };
19 19 allow postfix_pipe_t mailman_log_t:file { read getattr open append };
  20 +allow postfix_pipe_t mailman_log_t:dir search;
20 21 allow postfix_pipe_t postfix_etc_t:file execute;
... ...