From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Sat, 21 Apr 2012 18:17:13 +0200 Subject: [refpolicy] [PATCH v2 1/2] Adding dontaudit on mta In-Reply-To: <20120421161615.GB28496@siphos.be> References: <20120421161615.GB28496@siphos.be> Message-ID: <20120421161713.GC28496@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Signed-off-by: Sven Vermeulen --- mta.if | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mta.if b/mta.if index 343cee3..4e2a5ba 100644 --- a/mta.if +++ b/mta.if @@ -362,6 +362,8 @@ interface(`mta_send_mail',` allow mta_user_agent $1:fd use; allow mta_user_agent $1:process sigchld; allow mta_user_agent $1:fifo_file rw_fifo_file_perms; + + dontaudit mta_user_agent $1:unix_stream_socket rw_socket_perms; ') ######################################## -- 1.7.3.4