Displaying 2 results from an estimated 2 matches for "buridan".
Did you mean:
burian
2018 Sep 20
2
Re: [PATCH 2/2] Introduce a --key option in tools that accept keys
This would have been a bit easier to review if the keystore
changes had been broken out from the tools changes.
On Wed, Sep 19, 2018 at 12:37:01PM +0200, Pino Toscano wrote:
> @@ -599,13 +621,21 @@ let is_btrfs_subvolume g fs =
> if g#last_errno () = Guestfs.Errno.errno_EINVAL then false
> else raise exn
>
> -let inspect_decrypt g =
> +let inspect_decrypt g ks =
>
2018 Sep 20
0
Re: [PATCH 2/2] Introduce a --key option in tools that accept keys
On Thursday, 20 September 2018 12:15:12 CEST Richard W.M. Jones wrote:
> This would have been a bit easier to review if the keystore
> changes had been broken out from the tools changes.
I actually thought (even too much) about various ways of splitting it;
since I wanted to not become a new Buridan's ass [1], then I lumped it
all in a single patch.
Splitting is not an issue, so if you suggest a preferred layout I can
work on it.
[1] https://en.wikipedia.org/wiki/Buridan%27s_ass
> I think Eric's / qemu's shared key stuff sounds very complex, and I
> wonder who uses it. Bu...