Re: [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-06-16 Thread Daniel P . Berrangé
On Tue, Jun 16, 2020 at 05:49:47PM +0100, David Edmondson wrote: > On Monday, 2020-06-15 at 11:36:31 +01, Daniel P. Berrangé wrote: > > > +if test "$secret_keyring" != "no" > > +then > > +if test "$have_keyring" == "yes" > > This generates a complaint when building on Debian testing: > > ./c

Re: [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-06-16 Thread David Edmondson
On Monday, 2020-06-15 at 11:36:31 +01, Daniel P. Berrangé wrote: > +if test "$secret_keyring" != "no" > +then > +if test "$have_keyring" == "yes" This generates a complaint when building on Debian testing: ./configure: 6319: test: yes: unexpected operator Perhaps should be a single = ? > +

[PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-06-15 Thread Daniel P . Berrangé
From: 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 up

Re: [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-06-05 Thread Daniel P . Berrangé
On Fri, May 29, 2020 at 11:35:53AM +0100, Daniel P. Berrangé wrote: > From: 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 di

[PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-05-29 Thread Daniel P . Berrangé
From: 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 up