diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-09-13 08:39:41 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-09-13 08:39:41 +0000 |
commit | 93a57684b220722f62f6cd9fc69fbb7b8b269dc7 (patch) | |
tree | 1e5fa833a8c2468775245625b2369032e7e2c432 /sbin | |
parent | f3fe0adb52109520aa2e1b99ff3a22935cf86a8a (diff) | |
download | FreeBSD-src-93a57684b220722f62f6cd9fc69fbb7b8b269dc7.zip FreeBSD-src-93a57684b220722f62f6cd9fc69fbb7b8b269dc7.tar.gz |
Improve the clarification of the handling of the securelevel.
Submitted by: bde
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 9604f7b..3e77ade 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -93,8 +93,6 @@ is marked as .Pp The kernel runs with four different levels of security. Any super-user process can raise the security level, but no process -(including -.Nm Ns ) can lower it. The security levels are: .Bl -tag -width flag @@ -142,10 +140,8 @@ leaves it unchanged. Otherwise, .Nm raises the level to 1 before going multi-user for the first time. -No process, including -.Nm -itself, -can reduce the level, even on return to single-user. +Since the level can not be reduced, it will be at least 1 for +subsequent operation, even on return to single-user. If a level higher than 1 is desired while running multi-user, it can be set before going multi-user, e.g., by the startup script .Xr rc 8 , |