aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 0 insertions, 4 deletions
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
}