From 9e62ecd26468618a20ee9104b55e47a5bd65b975 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Fri, 27 Sep 2013 13:36:42 +0200 Subject: [PATCH] corenetwork: Declare gdomap port, tcp/udp:538 Signed-off-by: Dominick Grift --- policy/modules/kernel/corenetwork.te.in | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index 5965e1526..a5ab56450 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -128,6 +128,7 @@ network_port(fingerd, tcp,79,s0) network_port(ftp, tcp,21,s0, tcp,990,s0, udp,990,s0) network_port(ftp_data, tcp,20,s0) network_port(gatekeeper, udp,1718,s0, udp,1719,s0, tcp,1721,s0, tcp,7000,s0) +network_port(gdomap, tcp,538,s0, udp,538,s0) network_port(gds_db, tcp,3050,s0, udp,3050,s0) network_port(giftd, tcp,1213,s0) network_port(git, tcp,9418,s0, udp,9418,s0)