diff --git a/Changelog b/Changelog index ab2d9d4e..bc8940d5 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Patch for RadSec port from Glen Turner. - Enable network_peer_controls policy capability from Paul Moore. - Btrfs xattr support from Paul Moore. - Add db_procedure install permission from KaiGai Kohei. diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index e8fe3769..203e848f 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -1,5 +1,5 @@ -policy_module(corenetwork, 1.11.3) +policy_module(corenetwork, 1.11.4) ######################################## # @@ -149,6 +149,7 @@ network_port(pxe, udp,4011,s0) network_port(pyzor, udp,24441,s0) network_port(radacct, udp,1646,s0, udp,1813,s0) network_port(radius, udp,1645,s0, udp,1812,s0) +network_port(radsec, tcp,2083,s0) network_port(razor, tcp,2703,s0) network_port(ricci, tcp,11111,s0, udp,11111,s0) network_port(ricci_modcluster, tcp,16851,s0, udp,16851,s0)