- added forgotten restorecon statement in bind-chroot-admin
This commit is contained in:
parent
83c4dc9822
commit
427dfbf651
@ -265,7 +265,7 @@ function sync_files()
|
||||
if selinux_enabled && [ -x /sbin/restorecon ]; then
|
||||
/sbin/restorecon -R ${BIND_CHROOT_PREFIX}/etc ${BIND_CHROOT_PREFIX}/var/named ${BIND_CHROOT_PREFIX}/var/run/named >/dev/null 2>&1;
|
||||
if [ -e ${BIND_CHROOT_PREFIX}/etc/localtime ] && [ -e /etc/localtime ] ; then
|
||||
/usr/bin/ ${BIND_CHROOT_PREFIX}/etc/localtime >/dev/null 2>&1;
|
||||
/usr/bin/restorecon ${BIND_CHROOT_PREFIX}/etc/localtime >/dev/null 2>&1;
|
||||
fi;
|
||||
/sbin/restorecon /etc/named.* >/dev/null 2>&1;
|
||||
/sbin/restorecon /etc/rndc.key >/dev/null 2>&1;
|
||||
|
@ -813,6 +813,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
no zone is freezed
|
||||
- minor cleanup in caching-nameserver's config file
|
||||
- fixed race-condition in dbus code (#235809)
|
||||
- added forgotten restorecon statement in bind-chroot-admin
|
||||
|
||||
* Tue Apr 17 2007 Adam Tkac <atkac redhat com> 31:9.4.0-7.fc7
|
||||
- removed DEBUGINFO option because with this option (default) was bind
|
||||
|
Loading…
Reference in New Issue
Block a user