check-password.4th.8 (55b1c6e7e4a6909004e13c6d2f328f911a8e7b83) check-password.4th.8 (5cc9fabecfab8ab76ace2521372eae00997fe16b)
1.\" Copyright (c) 2011-2015 Devin Teske
1.\" Copyright (c) 2011-2018 Devin Teske
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright

--- 9 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright

--- 9 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd March 20, 2015
27.Dd June 24, 2018
28.Dt CHECK-PASSWORD.4TH 8
29.Os
30.Sh NAME
31.Nm check-password.4th
32.Nd FreeBSD password-checking boot module
33.Sh DESCRIPTION
34The file that goes by the name of
35.Nm

--- 50 unchanged lines hidden (view full) ---

86See
87.Xr loader.conf 5
88for additional information.
89.El
90.Pp
91The environment variables that effect its behavior are:
92.Bl -tag -width bootlock_password -offset indent
93.It Va bootlock_password
28.Dt CHECK-PASSWORD.4TH 8
29.Os
30.Sh NAME
31.Nm check-password.4th
32.Nd FreeBSD password-checking boot module
33.Sh DESCRIPTION
34The file that goes by the name of
35.Nm

--- 50 unchanged lines hidden (view full) ---

86See
87.Xr loader.conf 5
88for additional information.
89.El
90.Pp
91The environment variables that effect its behavior are:
92.Bl -tag -width bootlock_password -offset indent
93.It Va bootlock_password
94Sets the bootlock password (up to 16 characters long) that is required by
94Sets the bootlock password (up to 255 characters long) that is required by
95.Ic check-password
96to be entered before the system is allowed to boot.
97.It Va geom_eli_passphrase_prompt
98Selects whether loader(8) will prompt for GELI credentials, handing-off to the
99kernel for later mounting of
100.Xr geli 8
101encrypted root device(s).
102.It Va password
95.Ic check-password
96to be entered before the system is allowed to boot.
97.It Va geom_eli_passphrase_prompt
98Selects whether loader(8) will prompt for GELI credentials, handing-off to the
99kernel for later mounting of
100.Xr geli 8
101encrypted root device(s).
102.It Va password
103Sets the password (up to 16 characters long) that is required by
103Sets the password (up to 255 characters long) that is required by
104.Ic check-password
105before the user is allowed to visit the boot menu.
106.El
107.Sh FILES
108.Bl -tag -width /boot/check-password.4th -compact
109.It Pa /boot/loader
110The
111.Xr loader 8 .

--- 56 unchanged lines hidden ---
104.Ic check-password
105before the user is allowed to visit the boot menu.
106.El
107.Sh FILES
108.Bl -tag -width /boot/check-password.4th -compact
109.It Pa /boot/loader
110The
111.Xr loader 8 .

--- 56 unchanged lines hidden ---