summaryrefslogtreecommitdiffstats
path: root/debian/tests/cryptroot-nested.d/setup
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 08:35:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 08:36:13 +0000
commit98bb3da708a475ff67dc019fddcb307d18856e5f (patch)
treeb3e34a4af21848ad41adebadc573cf8d39c4a70c /debian/tests/cryptroot-nested.d/setup
parentMerging upstream version 2:2.7.0. (diff)
downloadcryptsetup-98bb3da708a475ff67dc019fddcb307d18856e5f.tar.xz
cryptsetup-98bb3da708a475ff67dc019fddcb307d18856e5f.zip
Merging debian version 2:2.7.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/tests/cryptroot-nested.d/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/cryptroot-nested.d/setup b/debian/tests/cryptroot-nested.d/setup
index 6fb6ccd..b08da17 100644
--- a/debian/tests/cryptroot-nested.d/setup
+++ b/debian/tests/cryptroot-nested.d/setup
@@ -44,9 +44,9 @@ udevadm settle
echo -n "testvg-lv0_crypt" >/keyfile
cryptsetup open --batch-mode \
--type=plain \
- --cipher="aes-cbc-essiv:sha256" \
+ --cipher="aes-xts-plain64" \
--key-size=256 \
- --hash="ripemd160" \
+ --hash="sha256" \
-- "/dev/testvg/lv0" "testvg-lv0_crypt" </keyfile
udevadm settle