-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document zfs change-key caveats #9819
Document zfs change-key caveats #9819
Conversation
ba3d6f3
to
bbc2929
Compare
FWIW, the limitations on the compromise of a master key are no different than with LUKS: https://superuser.com/questions/330995/if-an-old-luks-header-with-a-compromised-key-is-recovered-can-it-be-used-to-rea |
d59a642
to
eca9adf
Compare
Codecov Report
@@ Coverage Diff @@
## master #9819 +/- ##
========================================
- Coverage 79% 79% -<1%
========================================
Files 385 385
Lines 121481 121481
========================================
- Hits 96500 96419 -81
- Misses 24981 25062 +81
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
452ae1d
to
a92a168
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just one minor typo.
As discussed on the 2019-01-07 OpenZFS Leadership Meeting, we need to be clear about the limitations of `zfs change-key`. Changing the user key does not change the master key, nor does it currently overwrite the old wrapped master key on disk. Signed-off-by: Richard Laager <[email protected]>
a92a168
to
78ec759
Compare
I think the current version addresses all the feedback. |
As discussed on the 2019-01-07 OpenZFS Leadership Meeting, we need to be clear about the limitations of `zfs change-key`. Changing the user key does not change the master key, nor does it currently overwrite the old wrapped master key on disk. Reviewed-by: Tom Caputi <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Ahrens <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Garrett Fields <[email protected]> Reviewed-by: Kjeld Schouten <[email protected]> Signed-off-by: Richard Laager <[email protected]> Closes openzfs#9819
Motivation and Context
As discussed on the 2019-01-07 OpenZFS Leadership Meeting, we need to be
clear about the limitations of
zfs change-key
. Changing the user keydoes not change the master key, nor does it currently overwrite the old
wrapped master key on disk.
Description
This documents the caveats in the
zfs change-key
section of the zfs-load-key.8 man page.How Has This Been Tested?
I reviewed the output with
man
.Types of changes
Checklist:
Signed-off-by
.