Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DM_VERITY
has multiple definitions:
drivers/md/Kconfig
The configuration item CONFIG_DM_VERITY:
CONFIG_BLK_DEV_DM
dm-verity
This device-mapper target creates a read-only device that transparently validates the data on one underlying device against a pre-generated tree of cryptographic checksums stored on a second device.
You'll need to activate the digests you're going to use in the cryptoapi configuration.
To compile this code as a module, choose M here: the module will be called dm-verity.
If unsure, say N.
drivers/md/Kconfig
The configuration item CONFIG_DM_VERITY:
CONFIG_BLK_DEV_DM && CONFIG_EXPERIMENTAL
dm-verity
This device-mapper target creates a read-only device that transparently validates the data on one underlying device against a pre-generated tree of cryptographic checksums stored on a second device.
You'll need to activate the digests you're going to use in the cryptoapi configuration.
To compile this code as a module, choose M here: the module will be called dm-verity.
If unsure, say N.
Raw data from LKDDb:
lkddb module dm-verity CONFIG_DM_VERITY : drivers/md/Kconfig : "Verity target support" # in 3.4–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11, 6.12-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab