search for: 53bb820

Displaying 1 result from an estimated 1 matches for "53bb820".

Did you mean: 53820
2016 Dec 02
0
[PATCH] New API: cryptsetup_reencrypt: change the master volume key on LUKS partitions.
...4 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -26,6 +26,7 @@ ifelse(REDHAT,1, augeas-libs cryptsetup cryptsetup-luks dnl old name used before Fedora 17 + cryptsetup-reencrypt dhclient genisoimage gfs-utils diff --git a/daemon/luks.c b/daemon/luks.c index 53bb820..440caa2 100644 --- a/daemon/luks.c +++ b/daemon/luks.c @@ -29,6 +29,7 @@ #define MAX_ARGS 64 GUESTFSD_EXT_CMD(str_cryptsetup, cryptsetup); +GUESTFSD_EXT_CMD(str_cryptsetup_reencrypt, cryptsetup_reencrypt); int optgroup_luks_available (void) @@ -294,3 +295,48 @@ do_luks_kill_slot (const cha...