Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 511718
Collapse All | Expand All

(-)a/init.d/procfs.in (-3 / +2 lines)
Lines 61-70 start() Link Here
61
	fi
61
	fi
62
62
63
	# Setup Kernel Support for SELinux
63
	# Setup Kernel Support for SELinux
64
	if [ -d /selinux ] && ! mountinfo -q /selinux; then
64
	if [ -d /sys/fs/selinux ] && ! mountinfo -q /sys/fs/selinux; then
65
		if grep -qs selinuxfs /proc/filesystems; then
65
		if grep -qs selinuxfs /proc/filesystems; then
66
			ebegin "Mounting SELinux filesystem"
66
			ebegin "Mounting SELinux filesystem"
67
			mount -t selinuxfs selinuxfs /selinux
67
			mount -t selinuxfs selinuxfs /sys/fs/selinux
68
			eend $?
68
			eend $?
69
		fi
69
		fi
70
	fi
70
	fi
71
- 

Return to bug 511718