- add boolean to allow zebra to write config files

This commit is contained in:
Daniel J Walsh 2006-07-19 20:06:35 +00:00
parent 31c47be0fe
commit c7b7392126
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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