- add boolean to allow zebra to write config files
This commit is contained in:
parent
31c47be0fe
commit
c7b7392126
@ -54,6 +54,10 @@ allow_smbd_anon_write = false
|
|||||||
#
|
#
|
||||||
allow_ypbind = 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.
|
# Enable extra rules in the cron domainto support fcron.
|
||||||
#
|
#
|
||||||
fcron_crond = false
|
fcron_crond = false
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-4
|
||||||
- setroubleshootd fixes
|
- setroubleshootd fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user