-.\" $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
.\"
.\" 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
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.
-.\" $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.
.\"
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: July 31 2011 $
+.Dd $Mdocdate: July 14 2014 $
.Dt RC 8
.Os
.Sh NAME
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.