aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/init.818
1 files changed, 17 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index ee3fadc488ba..1ee8ddaccd80 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -151,9 +151,24 @@ it can be set before going multi-user, e.g., by the startup script
using
.Xr sysctl 8
to set the
-.Dq kern.securelevel
+.Va kern.securelevel
variable to the required security level.
.Pp
+If
+.Nm
+is run in a jail the security level of the
+.Dq host system
+will not be effected.
+Part of the information set up in the kernel to support a jail
+is a per-jail
+.Dq securelevel
+setting.
+This allows running a higher security level inside of a jail
+than that of the host system.
+See
+.Xr jail 8
+for more information about jails.
+.Pp
In multi-user operation,
.Nm
maintains
@@ -383,6 +398,7 @@ system shutdown commands
.Xr getty 8 ,
.Xr halt 8 ,
.Xr ipfw 8 ,
+.Xr jail 8 ,
.Xr rc 8 ,
.Xr reboot 8 ,
.Xr shutdown 8 ,