Re: [PATCH v2 3/5] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-19 Thread Glenn Washburn
On Thu, 19 May 2022 20:23:12 +0200 Daniel Kiper wrote: > On Fri, May 13, 2022 at 12:00:49PM -0500, 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 v2 3/5] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-19 Thread Daniel Kiper
On Fri, May 13, 2022 at 12:00:49PM -0500, 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 v2 3/5] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-13 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