trunk: Patch for RadSec port from Glen Turner.
This commit is contained in:
parent
f79314234a
commit
f3fcadfe04
|
@ -1,3 +1,4 @@
|
||||||
|
- Patch for RadSec port from Glen Turner.
|
||||||
- Enable network_peer_controls policy capability from Paul Moore.
|
- Enable network_peer_controls policy capability from Paul Moore.
|
||||||
- Btrfs xattr support from Paul Moore.
|
- Btrfs xattr support from Paul Moore.
|
||||||
- Add db_procedure install permission from KaiGai Kohei.
|
- Add db_procedure install permission from KaiGai Kohei.
|
||||||
|
|
|
@ -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(pyzor, udp,24441,s0)
|
||||||
network_port(radacct, udp,1646,s0, udp,1813,s0)
|
network_port(radacct, udp,1646,s0, udp,1813,s0)
|
||||||
network_port(radius, udp,1645,s0, udp,1812,s0)
|
network_port(radius, udp,1645,s0, udp,1812,s0)
|
||||||
|
network_port(radsec, tcp,2083,s0)
|
||||||
network_port(razor, tcp,2703,s0)
|
network_port(razor, tcp,2703,s0)
|
||||||
network_port(ricci, tcp,11111,s0, udp,11111,s0)
|
network_port(ricci, tcp,11111,s0, udp,11111,s0)
|
||||||
network_port(ricci_modcluster, tcp,16851,s0, udp,16851,s0)
|
network_port(ricci_modcluster, tcp,16851,s0, udp,16851,s0)
|
||||||
|
|
Loading…
Reference in New Issue