diff --git a/booleans-targeted.conf b/booleans-targeted.conf
index f40a659..1fa75a2 100644
--- a/booleans-targeted.conf
+++ b/booleans-targeted.conf
@@ -54,6 +54,10 @@ allow_smbd_anon_write = false
 # 
 allow_ypbind = false
 
+# Allow zebra to write it own configuration files
+# 
+allow_zebra_write_config = true
+
 # Enable extra rules in the cron domainto support fcron.
 # 
 fcron_crond = false
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 2cd8a20..49443b6 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: 4
+Release: 5
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -341,6 +341,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
 %endif
 
 %changelog
+* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-5
+- add boolean to allow zebra to write config files
+
 * Tue Jul 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-4
 - setroubleshootd fixes