-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added APFS encryption support #314 #330
Conversation
Codecov Report
@@ Coverage Diff @@
## master #330 +/- ##
==========================================
+ Coverage 88.02% 88.04% +0.02%
==========================================
Files 202 203 +1
Lines 9259 9278 +19
==========================================
+ Hits 8150 8169 +19
Misses 1109 1109
Continue to review full report at Codecov.
|
dfvfs/lib/apfs_helper.py
Outdated
@@ -30,3 +30,21 @@ def APFSContainerPathSpecGetVolumeIndex(path_spec): | |||
volume_index = None | |||
|
|||
return volume_index | |||
|
|||
|
|||
def APFSContainerOpenVolume(apfs_volume, path_spec, key_chain): |
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.
This doesn't actually open the volume, unlike the similar methods for bde and fvde. Please rename the method (APFSContainerUnlockVolume?) and update the docstring.
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.
ack
Added encrypted APFS support #314
Requires: #317