|
NAMEcheck-password.4th —
FreeBSD password-checking boot module
DESCRIPTIONThe file that goes by the name ofcheck-password.4th is
a set of commands designed to do one or more of the following:
o Prevent booting without
password o Prevent modification of boot
options without password o Provide a password to mount geli(8)
encrypted root disk(s) The commands of Before using any of the commands provided in
include
check-password.4th This line is present in /boot/loader.4th file, so it is not needed (and should not be re-issued) in a normal setup. The commands provided by it are:
The environment variables that effect its behavior are:
FILESEXAMPLESStandard i386 /boot/loader.rc:include /boot/loader.4th check-password Set a password in loader.conf(5) to prevent modification of boot options: password="abc123" Set a password in loader.conf(5) to prevent booting without password: bootlock_password="boot" Add the following to loader.conf(5) to generate a prompt at boot to collect GELI credentials for mounting geli(8) encrypted root device(s): geom_eli_passphrase_prompt="YES" SEE ALSOloader.conf(5), loader(8), loader.4th(8)HISTORYThecheck-password.4th set of commands first appeared in
FreeBSD 9.0.
AUTHORSThecheck-password.4th set of commands was written by
Devin Teske ⟨dteske@FreeBSD.org⟩.
Visit the GSP FreeBSD Man Page Interface. |