diff options
-rw-r--r-- | initscripts.spec | 5 | ||||
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/initscripts.spec b/initscripts.spec index 5783dfa4..26b11daf 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.86 +Version: 7.87 License: GPL Group: System Environment/Base Release: 1 @@ -207,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Oct 5 2004 Dan Walsh <notting@redhat.com> - 7.87-1 +- Change SELinux relabel to not remount / + * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1 - use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719) - filter indic locales on the console (#134198) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 7a3e1312..54787520 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -63,12 +63,8 @@ relabel_selinux() { *** depending on file system size. *** " echo "0" > $selinuxfs/enforce - mount -n -o remount,rw / - mount -a /sbin/fixfiles -F relabel > /dev/null 2>&1 rm -f /.autorelabel - mount -n -o remount,ro / - umount -a echo "*** Enabling security enforcement. ***" echo $SELINUX > $selinuxfs/enforce } |