diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:36:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:36:42 +0000 |
commit | e521246d2886eaaf98de58d27a86263b74ab0718 (patch) | |
tree | deaa6d0e0ff5e5b11b6ef3c54e86fd8e88fa1b24 /debian/control | |
parent | Updating vcs fields. (diff) | |
download | cryptsetup-e521246d2886eaaf98de58d27a86263b74ab0718.tar.xz cryptsetup-e521246d2886eaaf98de58d27a86263b74ab0718.zip |
Using decrypt_keyctl by default if no keyscript in /etc/crypttab to cache passphrase for multiple filesystems.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2692506..501d1c2 100644 --- a/debian/control +++ b/debian/control @@ -40,9 +40,10 @@ Package: cryptsetup-run Architecture: linux-any Depends: cryptsetup-bin (>= 2:1.6.0), dmsetup, + keyutils, ${misc:Depends}, ${shlibs:Depends} -Suggests: dosfstools, keyutils, liblocale-gettext-perl +Suggests: dosfstools, liblocale-gettext-perl Replaces: cryptsetup (<< 2:2.0.3-1), cryptsetup-bin (<< 2:2.0.3-2) Breaks: cryptsetup (<< 2:2.0.3-1), cryptsetup-bin (<< 2:2.0.3-2) Description: disk encryption support - startup scripts |