aboutsummaryrefslogtreecommitdiff
path: root/sbin/init/init.8
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2000-12-07 21:09:22 +0000
committerBen Smithurst <ben@FreeBSD.org>2000-12-07 21:09:22 +0000
commit8afbbd41f4aeee2461354eb3cf763507bfe63806 (patch)
tree64acee372cb6a0af0faeae9d82ae269b18aaf57a /sbin/init/init.8
parent8c529b3777cf668a5de1e3c93804844c4cf594d8 (diff)
downloadsrc-8afbbd41f4aeee2461354eb3cf763507bfe63806.tar.gz
src-8afbbd41f4aeee2461354eb3cf763507bfe63806.zip
Explicitly document the fact that securelevel > 0 means that kernel modules
may not be (un)loaded. PR: 23350 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
Notes
Notes: svn path=/head/; revision=69720
Diffstat (limited to 'sbin/init/init.8')
-rw-r--r--sbin/init/init.86
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 5a1831da401e..7aa927194a3a 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -109,7 +109,10 @@ disks for mounted filesystems,
.Pa /dev/mem ,
and
.Pa /dev/kmem
-may not be opened for writing.
+may not be opened for writing;
+kernel modules (see
+.Xr kld 4 )
+may not be loaded or unloaded.
.It Ic 2
Highly secure mode \- same as secure mode, plus disks may not be
opened for writing (except by
@@ -367,6 +370,7 @@ system shutdown commands
.Xr sh 1 ,
.Xr dummynet 4 ,
.Xr ipfirewall 4 ,
+.Xr kld 4 ,
.Xr ttys 5 ,
.Xr crash 8 ,
.Xr getty 8 ,