aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-06-23 23:56:56 +0000
committerXin LI <delphij@FreeBSD.org>2009-06-23 23:56:56 +0000
commit66a9ad5d1022588fea43fc941e3b8b361cbbc55d (patch)
tree45688e9e379703068d58cf603a83343e4edd6094 /sbin
parentefa952cd3061f5833b2129d6bdbd0d41da67f984 (diff)
downloadsrc-66a9ad5d1022588fea43fc941e3b8b361cbbc55d.tar.gz
src-66a9ad5d1022588fea43fc941e3b8b361cbbc55d.zip
Add a note about the implication of secure level setting against kldload,
and cross reference security(7).
Notes
Notes: svn path=/head/; revision=194802
Diffstat (limited to 'sbin')
-rw-r--r--sbin/kldload/kldload.86
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index faac15d68fff..b6b6e8686b34 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -67,6 +67,11 @@ Be more verbose.
.It Fl q
Silence any extraneous warnings.
.El
+.Sh NOTES
+.Pp
+The kernel security level settings may prevent a module from being
+loaded or unloaded by giving
+.Em "Operation not permitted" .
.Sh FILES
.Bl -tag -width /boot/kernel -compact
.It Pa /boot/kernel
@@ -107,6 +112,7 @@ Modules may also be auto-loaded through their addition to
.Xr kldload 2 ,
.Xr loader.conf 5 ,
.Xr rc.conf 5 ,
+.Xr security 7 ,
.Xr kldconfig 8 ,
.Xr kldstat 8 ,
.Xr kldunload 8