You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test -f $LUKS2_LOCKING_DIR/$MEMORY_HARD_LOCK_FILE|| fail "The locking file disappeared unexpectedly"
1714
+
echo$PWD1|$CRYPTSETUP open --serialize-memory-hard-pbkdf --test-passphrase $LOOPDEV|| fail
1715
+
test -f $LUKS2_LOCKING_DIR/$MEMORY_HARD_LOCK_FILE&& fail "The --serialize-memory-hard-pbkdf option did not remove the locking file (did not use the file)."
0 commit comments