]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup: make sure all token-based codepaths are effected by SYSTEMD_CRYPTSETUP_US...
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Aug 2022 09:33:41 +0000 (11:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Aug 2022 12:53:54 +0000 (14:53 +0200)
commita0789e5fb89fbf8cb424b0410d91f5910f4a0efa
tree9d5f584a72abfc88df8b4081f3cbbe7ff844dee2
parentd1b2e0432897c125282af3d5b2baedcfdc8e49f5
cryptsetup: make sure all token-based codepaths are effected by SYSTEMD_CRYPTSETUP_USE_TOKEN_MODULE env var

Previously the env var was only checked when conditionalizing use of our
own libcryptsetup loadable token modules.  But let's also use it for any
other kind of token module, including possible internal ones by
libcryptsetup.
src/cryptsetup/cryptsetup.c