Displaying 2 results from an estimated 2 matches for "27s_ass".
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
...es.
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. But in any case what you've proposed is
> extensible enough that we would be able to add other methods to pass
> the key in future.
As I suggested in my reply to Eric's email,...