From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Thu, 22 Mar 2012 21:08:22 +0100 Subject: [refpolicy] [PATCH 3/13] Adding dontaudit on mta In-Reply-To: <20120322200229.GA3387@siphos.be> References: <20120322200229.GA3387@siphos.be> Message-ID: <20120322200821.GD3387@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..509bcea 100644 --- a/mta.if +++ b/mta.if @@ -174,6 +174,8 @@ interface(`mta_role',` allow mta_user_agent $2:fd use; allow mta_user_agent $2:process sigchld; allow mta_user_agent $2:fifo_file { read write }; + + dontaudit mta_user_agent $1:unix_stream_socket rw_socket_perms; ') ######################################## -- 1.7.3.4