Is rump_cgd (block encrypted devices introduced ~14.05) still supported/operational in Genode 18.x? Issue #2224 mentions "not converted" in transition to new base API [1], and #2778 seems to have removed the 'tool/rump' script (which was handy to prepare encrypted volumes) [2].
// Steve Harp
[1] https://github.com/genodelabs/genode/issues/2224 [2] https://github.com/genodelabs/genode/issues/2778
Hello Steven,
* Steven Harp steven.harp@adventiumlabs.com [2018-09-10 17:30:14 -0500]:
Is rump_cgd (block encrypted devices introduced ~14.05) still supported/operational in Genode 18.x? Issue #2224 mentions "not converted" in transition to new base API [1], and #2778 seems to have removed the 'tool/rump' script (which was handy to prepare encrypted volumes) [2].
it is neither tested nor actively used, so most likely it will not work properly. That being said, I rather see it removed than being reactivated in the future.
Regards,
Thanks, Josef (and Sebastian). Given your reluctance to reactive rump cgd, what better alternatives would you suggest adopting or developing for disk and/or file-system encryption in Genode? dm_crypt, Veracrypt, CryFS, ... ? It would be nice to have a light-weight solution; maybe something could be integrated in libc_fuse?
// Steven Harp
On 9/11/18 2:05 AM, Josef Söntgen wrote:
Hello Steven,
- Steven Harp steven.harp@adventiumlabs.com [2018-09-10 17:30:14 -0500]:
Is rump_cgd (block encrypted devices introduced ~14.05) still supported/operational in Genode 18.x? Issue #2224 mentions "not converted" in transition to new base API [1], and #2778 seems to have removed the 'tool/rump' script (which was handy to prepare encrypted volumes) [2].
it is neither tested nor actively used, so most likely it will not work properly. That being said, I rather see it removed than being reactivated in the future.
Regards,
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users
On 09/11/2018 12:30 AM, Steven Harp wrote:
Is rump_cgd (block encrypted devices introduced ~14.05) still supported/operational in Genode 18.x? Issue #2224 mentions "not converted" in transition to new base API [1], and #2778 seems to have removed the 'tool/rump' script (which was handy to prepare encrypted volumes) [2].
rump_cgd has been removed with Genode release 17.11.
Sebastian