Re: [PATCH v5] cryptodisk: allow user to retry failed passphrase

2024-05-10 Thread Forest
Thanks, Daniel. Thanks, Glenn. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v5] cryptodisk: allow user to retry failed passphrase

2024-05-08 Thread Daniel Kiper via Grub-devel
On Mon, May 06, 2024 at 05:07:30PM -0700, Forest wrote: > Give the user a chance to re-enter their cryptodisk passphrase after a typo, > rather than immediately failing (and likely dumping them into a grub shell). > > By default, we allow 3 tries before giving up. A value in the > cryptodisk_passph

[PATCH v5] cryptodisk: allow user to retry failed passphrase

2024-05-06 Thread Forest
Give the user a chance to re-enter their cryptodisk passphrase after a typo, rather than immediately failing (and likely dumping them into a grub shell). By default, we allow 3 tries before giving up. A value in the cryptodisk_passphrase_tries environment variable will override this default. The