diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:02:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:02:04 +0000 |
commit | cb8d76056f6912fcd099b88014971e98592ac0f8 (patch) | |
tree | 7091a761b8386f5daae1f76cab4f5512f4036680 /debian/control | |
parent | Updating vcs fields. (diff) | |
download | cryptsetup-cb8d76056f6912fcd099b88014971e98592ac0f8.tar.xz cryptsetup-cb8d76056f6912fcd099b88014971e98592ac0f8.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 246cc6d..bc53d84 100644 --- a/debian/control +++ b/debian/control @@ -46,9 +46,10 @@ Architecture: linux-any Multi-Arch: foreign Depends: cryptsetup-bin (>= 2:1.6.0), dmsetup, + keyutils, ${misc:Depends}, ${shlibs:Depends} -Suggests: cryptsetup-initramfs, dosfstools, keyutils, liblocale-gettext-perl +Suggests: cryptsetup-initramfs, dosfstools, liblocale-gettext-perl Replaces: cryptsetup-run (<< 2:2.1.0-6) Breaks: cryptsetup-run (<< 2:2.1.0-6) Description: disk encryption support - startup scripts |