From a76f317a36819544a5da382c8339e29b2f56552f Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Oct 06 2014 15:09:50 +0000 Subject: Fix typo bug. --- diff --git a/policy-rawhide-base.patch b/policy-rawhide-base.patch index 35c1045..c4b22b1 100644 --- a/policy-rawhide-base.patch +++ b/policy-rawhide-base.patch @@ -5466,7 +5466,7 @@ index 8e0f9cd..b9f45b9 100644 define(`create_packet_interfaces',`` diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in -index b191055..04e9cc8 100644 +index b191055..57afd42 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -5,6 +5,7 @@ policy_module(corenetwork, 1.19.2) @@ -5744,7 +5744,7 @@ index b191055..04e9cc8 100644 -network_port(radius, udp,1645,s0, udp,1812,s0) +network_port(neutron, tcp, 8775, s0, tcp,9696,s0, tcp,9697,s0) +network_port(radacct, udp,1646,s0, tcp,1646,s0, tcp,1813,s0, udp,1813,s0) -+network_port(radius, udp,1645,s0, tpc,1645,s0, tcp,1812,s0, udp,1812,s0) ++network_port(radius, udp,1645,s0, tcp,1645,s0, tcp,1812,s0, udp,1812,s0) network_port(radsec, tcp,2083,s0) network_port(razor, tcp,2703,s0) +network_port(time, tcp,37,s0, udp,37,s0)