[COMMIT]refpolicy branch, master, updated. contrib-14-gbf8592e

Reference Policy commits mail list refpolicy-commits at oss.tresys.com
Tue Sep 20 09:32:37 CDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "refpolicy".

The branch, master has been updated
       via  bf8592ee422b92365c50465a111b84d1656d4620 (commit)
       via  d27a504b0e5f6cb14cec63e4951ce2d1fb39d512 (commit)
      from  99a34d527e37e7d0a091881ef6176aa2e6a9b68c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bf8592ee422b92365c50465a111b84d1656d4620
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Sep 20 09:49:48 2011 -0400

    Module version bump and changelog for milter ports patch from Paul Howarth.

commit d27a504b0e5f6cb14cec63e4951ce2d1fb39d512
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 15 12:59:01 2011 +0100

    Add milter_port_t
    
    Add a milter_port_t for use with inet sockets for communication
    between milters and MTAs.
    
    There are no defined ports with this type: admins are expected
    to use semanage to specify the ports being used for milters.

-----------------------------------------------------------------------

Summary of changes:
 Changelog                               |    1 +
 policy/modules/contrib                  |    2 +-
 policy/modules/kernel/corenetwork.te.in |    3 ++-
 3 files changed, 4 insertions(+), 2 deletions(-)

Detailed diffset:
:100644 100644 c62267e... 3400ba7... M	Changelog
:160000 160000 e9c74ec... 207abdf... M	policy/modules/contrib
:100644 100644 1ece1a9... c3864b4... M	policy/modules/kernel/corenetwork.te.in

diff --git a/Changelog b/Changelog
index c62267e..3400ba7 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Milter ports patch from Paul Howarth.
 - Separate portage fetch rules out of portage_run() and portage_domtrans()
   from Sven Vermeulen.
 - Enhance corenetwork network_port() macro to support ports that do not have
diff --git a/policy/modules/contrib b/policy/modules/contrib
index e9c74ec..207abdf 160000
--- a/policy/modules/contrib
+++ b/policy/modules/contrib
@@ -1 +1 @@
-Subproject commit e9c74ec4e2b2ff9f92dbf2957e3f99ea9b2cdb81
+Subproject commit 207abdf9283315fb4b4bfafb6746131f818af3d1
diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in
index 1ece1a9..c3864b4 100644
--- a/policy/modules/kernel/corenetwork.te.in
+++ b/policy/modules/kernel/corenetwork.te.in
@@ -1,4 +1,4 @@
-policy_module(corenetwork, 1.16.2)
+policy_module(corenetwork, 1.16.3)
 
 ########################################
 #
@@ -150,6 +150,7 @@ network_port(lmtp, tcp,24,s0, udp,24,s0)
 network_port(lrrd) # no defined portcon
 network_port(mail, tcp,2000,s0, tcp,3905,s0)
 network_port(memcache, tcp,11211,s0, udp,11211,s0)
+network_port(milter) # no defined portcon
 network_port(mmcc, tcp,5050,s0, udp,5050,s0)
 network_port(monopd, tcp,1234,s0)
 network_port(mpd, tcp,6600,s0)


hooks/post-receive
--
refpolicy


More information about the Refpolicy-commits mailing list