]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup: Add optional support for linking volume key in keyring.
authorOndrej Kozina <okozina@redhat.com>
Wed, 31 Jan 2024 12:11:21 +0000 (13:11 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Feb 2024 08:45:08 +0000 (09:45 +0100)
commitc5daf14c88ba44cefabe052de93a29d28b6b0175
tree3e893752b6daf23f97e094669343a65415801637
parent10048b2e20e6670306e688a903a32247e98a0983
cryptsetup: Add optional support for linking volume key in keyring.

cryptsetup 2.7.0 adds feature to link effective volume key in custom
kernel keyring during device activation. It can be used later to pass
linked volume key to other services.

For example: kdump enabled systems installed on LUKS2 device.
This feature allows it to store volume key linked in a kernel keyring
to the kdump reserved memory and reuse it to reactivate LUKS2 device
in case of kernel crash.
man/crypttab.xml
meson.build
src/cryptsetup/cryptsetup.c