V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m45s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-07 18:52:51 +01:00
parent 1be35bef2d
commit ca8c0d0592
2 changed files with 10 additions and 8 deletions

View File

@@ -230,7 +230,7 @@ mount_partition() {
var_partuuid="${HMP_PATH_PARTUUID["${var_mount_path}"]}"
cryptsetup open --type plain --hash=plain \
--key-file /dev/random --keyfile-size 64 \
--key-file /dev/urandom --keyfile-size 64 \
--cipher aes-xts-plain64 --key-size 512 \
"/dev/disk/by-partuuid/${var_partuuid}" "${var_encryption_label}"
@@ -250,7 +250,7 @@ mount_partition() {
var_partuuid="${HMP_PATH_PARTUUID["${var_mount_path}"]}"
cryptsetup open --type plain --hash=plain \
--key-file /dev/random --keyfile-size 64 \
--key-file /dev/urandom --keyfile-size 64 \
--cipher aes-xts-plain64 --key-size 512 \
"/dev/disk/by-partuuid/${var_partuuid}" "${var_encryption_label}"