From: dominick.grift@gmail.com (grift) Date: Tue, 01 Jan 2013 11:37:40 +0100 Subject: [refpolicy] [PATCH 03/12] Move mta call (coding style) In-Reply-To: <1356994351-29191-4-git-send-email-sven.vermeulen@siphos.be> References: <1356994351-29191-1-git-send-email-sven.vermeulen@siphos.be> <1356994351-29191-4-git-send-email-sven.vermeulen@siphos.be> Message-ID: <1357036660.2088.6.camel@localhost> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On Mon, 2012-12-31 at 23:52 +0100, Sven Vermeulen wrote: > Signed-off-by: Sven Vermeulen This was merged, thanks > --- > puppet.te | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/puppet.te b/puppet.te > index 8266be4..1113f10 100644 > --- a/puppet.te > +++ b/puppet.te > @@ -317,6 +317,10 @@ optional_policy(` > ') > > optional_policy(` > + mta_send_mail(puppetmaster_t) > +') > + > +optional_policy(` > mysql_stream_connect(puppetmaster_t) > ') > > @@ -330,7 +334,3 @@ optional_policy(` > rpm_exec(puppetmaster_t) > rpm_read_db(puppetmaster_t) > ') > - > -optional_policy(` > - mta_send_mail(puppetmaster_t) > -')