NAME
dm_target_crypt
—
Device-mapper crypt target
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device dm
device dm_target_crypt
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
dm_target_crypt_load="YES"
DESCRIPTION
Thedm_target_crypt
target for
dm(4) provides transparent disk encryption compatible with Linux
dm-crypt
.
SEE ALSO
HISTORY
The dm_target_crypt
dm(4) target first appeared in DragonFly
2.7.
AUTHORS
Alex Hornung