update from privmail
This commit is contained in:
parent
7bb6108ffe
commit
953541a918
@ -207,6 +207,12 @@ interface(`mta_send_mail',`
|
|||||||
allow system_mail_t $1:fd use;
|
allow system_mail_t $1:fd use;
|
||||||
allow system_mail_t $1:fifo_file rw_file_perms;
|
allow system_mail_t $1:fifo_file rw_file_perms;
|
||||||
allow system_mail_t $1:process sigchld;
|
allow system_mail_t $1:process sigchld;
|
||||||
|
|
||||||
|
ifdef(`TODO',`
|
||||||
|
allow mta_user_agent $1:fd use;
|
||||||
|
allow mta_user_agent $1:process sigchld;
|
||||||
|
allow mta_user_agent $1:fifo_file { read write };
|
||||||
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
Loading…
Reference in New Issue
Block a user