summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2003-11-11 18:37:50 +0000
committerkensmith <kensmith@FreeBSD.org>2003-11-11 18:37:50 +0000
commitaf4ffb5550f0a4d7d69305d9b05d886cc1696c26 (patch)
tree49e2d77a00f1113f3a106f9cdc2ecb2867d9dc2f /sbin/init
parentb7f1084c7b2d787bad233ac46f904e56d8300a4d (diff)
downloadFreeBSD-src-af4ffb5550f0a4d7d69305d9b05d886cc1696c26.zip
FreeBSD-src-af4ffb5550f0a4d7d69305d9b05d886cc1696c26.tar.gz
- Add some information about how init, securelevel, and jails
interact with each other. - Minor markup fix (.Dq -> .Va for a variable) Reviewed by: rwatson Approved by: blackend (mentor)
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 ee3fadc..1ee8dda 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 ,
OpenPOWER on IntegriCloud