DragonFly On-Line Manual Pages
DM_TARGET_CRYPT(4) DragonFly Kernel Interfaces Manual DM_TARGET_CRYPT(4)
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
The dm_target_crypt target for dm(4) provides transparent disk encryption
compatible with Linux dm-crypt.
SEE ALSO
dm(4), cryptsetup(8), dmsetup(8), tcplay(8)
HISTORY
The dm_target_crypt dm(4) target first appeared in DragonFly 2.7.
AUTHORS
Alex Hornung
DragonFly 3.5 February 24, 2012 DragonFly 3.5