Re: [PATCH v9 5/7] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-05 Thread Glenn Washburn
On Fri, 29 Apr 2022 15:03:01 +0200 Daniel Kiper wrote: > On Mon, Apr 11, 2022 at 06:40:26AM +, Glenn Washburn wrote: > > From: John Lane > > > > Add the options --key-file, --keyfile-offset, and --keyfile-size to > > cryptomount and code to put read the requested key file data and pass > > v

Re: [PATCH v9 5/7] cryptodisk: Add options to cryptomount to support keyfiles

2022-04-29 Thread Daniel Kiper
On Mon, Apr 11, 2022 at 06:40:26AM +, Glenn Washburn wrote: > From: John Lane > > Add the options --key-file, --keyfile-offset, and --keyfile-size to > cryptomount and code to put read the requested key file data and pass > via the cargs struct. Note, key file data is for all intents and purpo

[PATCH v9 5/7] cryptodisk: Add options to cryptomount to support keyfiles

2022-04-10 Thread Glenn Washburn
From: John Lane Add the options --key-file, --keyfile-offset, and --keyfile-size to cryptomount and code to put read the requested key file data and pass via the cargs struct. Note, key file data is for all intents and purposes equivalent to a password given to cryptomount. So there is no need to