Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657374 - sys-kernel/genkernel: add support for zfs encryption
Summary: sys-kernel/genkernel: add support for zfs encryption
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Georgy Yakovlev
URL: https://github.com/robbat2/genkernel/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-05 00:50 UTC by Georgy Yakovlev
Modified: 2019-02-28 06:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2018-06-05 00:50:55 UTC
As discussed with ryao on IRC i'll try to tackle this and will work on adding zfs encryption support to genkernel.

Please assign this to myself.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-02-28 06:40:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9ae0c9752add3ff79c0eeedbe8f2d6c8aae6b6fe

commit 9ae0c9752add3ff79c0eeedbe8f2d6c8aae6b6fe
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2019-02-26 00:22:32 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2019-02-26 00:22:32 +0000

    Add basic zfs encryption support
    
    This very simple implementation only supports passphrase.
    
    It does not affect booting ecryption-unaware zfs, since
    'zpool list -H -o feature@encryption ...' will return 0
    on systems where zfs userland utils do not support encryption.
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=657374
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 defaults/linuxrc | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)