Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Better document what options INSECURE means.



details:   https://anonhg.NetBSD.org/src/rev/2d2932a66570
branches:  trunk
changeset: 783403:2d2932a66570
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Wed Dec 19 13:35:45 2012 +0000

description:
Better document what options INSECURE means.

diffstat:

 share/man/man4/options.4 |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 9fb9c9df5e8a -r 2d2932a66570 share/man/man4/options.4
--- a/share/man/man4/options.4  Wed Dec 19 09:46:16 2012 +0000
+++ b/share/man/man4/options.4  Wed Dec 19 13:35:45 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.417 2012/11/03 16:47:54 tsutsui Exp $
+.\"    $NetBSD: options.4,v 1.418 2012/12/19 13:35:45 mbalmer Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd November 3, 2012
+.Dd December 19, 2012
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -2224,9 +2224,13 @@
 .Ss Security Options
 .Bl -ohang
 .It Cd options INSECURE
-Hardwires the kernel security level at \-1.
-This means that the system
-always runs in secure level \-1 mode, even when running multiuser.
+Initializes the kernel security level with \-1 instead of 0.
+This means that the system always starts in secure level \-1 mode, even when
+running multiuser, unless the securelevel variable is set to value > \-1 in
+.Pa /etc/rc.conf .
+In this case the kernel security level will be raised to that value when the
+.Pa /etc/rc.d/securlevel
+script is run during system startup.
 See the manual page for
 .Xr init 8
 for details on the implications of this.



Home | Main Index | Thread Index | Old Index