Commit a50265501dc4b99a8a90d6b38c3d5a0aa984d4a6
1 parent
77730dfe
Exists in
master
and in
90 other branches
Fixed held messages mailmain
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
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; | ... | ... |