Re: [PATCH v4 2/3] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-05-27 Thread Daniel P . Berrangé
On Mon, May 25, 2020 at 02:19:12PM +0300, Alexey Krasikov wrote: > Add the ability for the secret object to obtain secret data from the > Linux in-kernel key managment and retention facility, as an extra option > to the existing ones: reading from a file or passing directly as a > string. > > The

[PATCH v4 2/3] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-05-25 Thread Alexey Krasikov
Add the ability for the secret object to obtain secret data from the Linux in-kernel key managment and retention facility, as an extra option to the existing ones: reading from a file or passing directly as a string. The secret is identified by the key serial number. The upper layers need to