[Libguestfs] [PATCH 0/1] Allow UUIDs for --key identifiers.

Pino Toscano ptoscano at redhat.com
Fri Nov 29 11:18:21 UTC 2019


This combined patch series enables to decrypt LUKS devices on inspection
by allowing the UUID of the LUKS device with the --key syntax.

I opted for reusing the option instead of adding another one, as I think
that device names and UUIDs are different enough that can be properly
distinguished.

A test for this (patch #4) can be applied only when the patches for
common are applied, and the submodule updated.

Pino Toscano (1):
  New API: luks_uuid

 daemon/luks.c             | 25 +++++++++++++++++++++++++
 generator/actions_core.ml |  8 ++++++++
 generator/proc_nr.ml      |  1 +
 lib/MAX_PROC_NR           |  2 +-
 4 files changed, 35 insertions(+), 1 deletion(-)

-- 
2.21.0




More information about the Libguestfs mailing list