update from privmail

This commit is contained in:
Chris PeBenito 2005-07-21 20:34:57 +00:00
parent 7bb6108ffe
commit 953541a918

View File

@ -207,6 +207,12 @@ interface(`mta_send_mail',`
allow system_mail_t $1:fd use;
allow system_mail_t $1:fifo_file rw_file_perms;
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 };
')
')
#######################################