From 99282e6be06c0c7cf65a960a14b261b86866b097 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 12 Nov 2008 13:11:00 +0000 Subject: [PATCH] trunk: add omapi port for dhcpcd. --- Changelog | 1 + policy/modules/kernel/corenetwork.te.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index e324451b..b0fc007b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Add omapi port for dhcpcd. - Deprecate per-role templates and rolemap support. - Implement user-based access control for use as role separations. - Move shared library calls from individual modules to the domain module. diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index ef0f5b2e..6bee98fa 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -1,5 +1,5 @@ -policy_module(corenetwork, 1.10.1) +policy_module(corenetwork, 1.10.2) ######################################## # @@ -88,7 +88,7 @@ network_port(cvs, tcp,2401,s0, udp,2401,s0) network_port(dcc, udp,6276,s0, udp,6277,s0) network_port(dbskkd, tcp,1178,s0) network_port(dhcpc, udp,68,s0) -network_port(dhcpd, udp,67,s0, tcp,647,s0, udp,647,s0, tcp,847,s0, udp,847,s0) +network_port(dhcpd, udp,67,s0, tcp,647,s0, udp,647,s0, tcp,847,s0, udp,847,s0, tcp,7911,s0) network_port(dict, tcp,2628,s0) network_port(distccd, tcp,3632,s0) network_port(dns, udp,53,s0, tcp,53,s0)