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
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 = ?
> +
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
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
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