]> asedeno.scripts.mit.edu Git - linux.git/commit
Documentation,selinux: fix references to old selinuxfs mount point
authorStephen Smalley <sds@tycho.nsa.gov>
Tue, 7 Jan 2020 16:35:04 +0000 (11:35 -0500)
committerPaul Moore <paul@paul-moore.com>
Tue, 7 Jan 2020 17:46:53 +0000 (12:46 -0500)
commitd41415eb5edae2a750940aa24924993b81947040
treeb4188ed2ccb527a68737e87382fac9bf6c7ca299
parent89b223bfb8a89731bea4c84982b5d2ad7ba460e3
Documentation,selinux: fix references to old selinuxfs mount point

selinuxfs was originally mounted on /selinux, and various docs and
kconfig help texts referred to nodes under it.  In Linux 3.0,
/sys/fs/selinux was introduced as the preferred mount point for selinuxfs.
Fix all the old references to /selinux/ to /sys/fs/selinux/.
While we are there, update the description of the selinux boot parameter
to reflect the fact that the default value is always 1 since
commit be6ec88f41ba94 ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE")
and drop discussion of runtime disable since it is deprecated.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Documentation/admin-guide/kernel-parameters.txt
security/selinux/Kconfig