From: ajacoutot Date: Mon, 14 Jul 2014 09:21:04 +0000 (+0000) Subject: No more "securelevel" variable. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50549de0a93109bbfcd198b33527a83f75c85507;p=openbsd No more "securelevel" variable. --- diff --git a/share/man/man7/securelevel.7 b/share/man/man7/securelevel.7 index 4bb98bb48dc..13596bd0e57 100644 --- a/share/man/man7/securelevel.7 +++ b/share/man/man7/securelevel.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: securelevel.7,v 1.23 2011/06/24 19:47:48 naddy Exp $ +.\" $OpenBSD: securelevel.7,v 1.24 2014/07/14 09:21:04 ajacoutot Exp $ .\" .\" Copyright (c) 2000 Hugh Graham .\" @@ -23,7 +23,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 24 2011 $ +.Dd $Mdocdate: July 14 2014 $ .Dt SECURELEVEL 7 .Os .Sh NAME @@ -129,9 +129,9 @@ filter and NAT rules may not be altered Securelevel provides convenient means of .Dq locking down a system to a degree suited to its environment. -It is normally set at boot via the -.Xr rc.securelevel 8 -script, or the superuser may raise securelevel at any time by modifying the +It is normally set at boot by +.Xr rc 8 , +or the superuser may raise securelevel at any time by modifying the .Va kern.securelevel .Xr sysctl 8 variable. diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 01ad45bc407..709d36f0da7 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.38 2011/07/31 12:46:17 jmc Exp $ +.\" $OpenBSD: rc.8,v 1.39 2014/07/14 09:21:04 ajacoutot Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)rc.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 31 2011 $ +.Dd $Mdocdate: July 14 2014 $ .Dt RC 8 .Os .Sh NAME @@ -138,9 +138,7 @@ is executed by to start daemons that must be run before the security level changes. Following this, .Nm rc -then sets the security level to the value specified in the -.Va securelevel -variable in that file. +then sets the security level to '1'. See .Xr securelevel 7 for the effects of setting the security level.