diff --git a/Changelog b/Changelog
index e324451..b0fc007 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 ef0f5b2..6bee98f 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)