summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 08:29:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 08:33:52 +0000
commit9d65932065ea7d24a6e3d2f209e02527ab0e50ad (patch)
treeb5f5caf4cddde528fbf94c848696f26152ec3fec /debian/control
parentUpdating vcs fields. (diff)
downloadcryptsetup-9d65932065ea7d24a6e3d2f209e02527ab0e50ad.tar.xz
cryptsetup-9d65932065ea7d24a6e3d2f209e02527ab0e50ad.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/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index cfd41f8..a885251 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
Description: disk encryption support - startup scripts
Cryptsetup provides an interface for configuring encryption on block
devices (such as /home or swap partitions), using the Linux kernel