[selinux-policy] Fix typo bug.

Lukas Vrabec lvrabec at fedoraproject.org
Mon Oct 6 15:10:07 UTC 2014


commit a76f317a36819544a5da382c8339e29b2f56552f
Author: Lukas Vrabec <lvrabec at redhat.com>
Date:   Mon Oct 6 17:09:50 2014 +0200

    Fix typo bug.

 policy-rawhide-base.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
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)


More information about the scm-commits mailing list