diff --git a/modules-strict.conf b/modules-strict.conf
index 28bdd4c..26ae38e 100644
--- a/modules-strict.conf
+++ b/modules-strict.conf
@@ -1283,3 +1283,10 @@ openvpn = base
 # Policy for the SELinux troubleshooting utility
 # 
 setroubleshoot = base
+
+# Layer: services
+# Module: nagios
+#
+# policy for nagios Host/service/network monitoring program
+# 
+nagios = module
diff --git a/modules-targeted.conf b/modules-targeted.conf
index 6d83baf..a1ef70d 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -1093,6 +1093,7 @@ setrans = base
 # 
 openvpn = base
 
+
 # Layer: services
 # Module: setroubleshoot
 #
@@ -1100,5 +1101,11 @@ openvpn = base
 # 
 setroubleshoot = base
 
+# Layer: services
+# Module: nagios
+#
+# policy for nagios Host/service/network monitoring program
+# 
+nagios = module
 
 
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 6f1accd..ef0bede 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.3.3
-Release: 12
+Release: 13
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -348,11 +348,14 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
 %endif
 
 %changelog
+* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-13
+- Add nagios policy
+
 * Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-12
 -  fixes for setroubleshoot
 
 * Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-11
-- Added Paul Howorth patch to only load policy packages shipped 
+- Added Paul Howarth patch to only load policy packages shipped 
   with this package
 - Allow pidof from initrc to ptrace higher level domains
 - Allow firstboot to communicate with hal via dbus