Skip to content
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

rage-mount: Add support for mounting an encrypted file #190

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

str4d
Copy link
Owner

@str4d str4d commented Jan 13, 2021

This behaves similarly to mount --bind source_file target_file, except
that source_file is transparently decrypted, and target_file is
created as a symbolic link instead of a bind-mount.

Part of #188.

@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Attention: Patch coverage is 0% with 87 lines in your changes missing coverage. Please review.

Project coverage is 33.72%. Comparing base (9c56470) to head (c0509ca).
Report is 571 commits behind head on main.

Files Patch % Lines
rage/src/bin/rage-mount/file.rs 0.00% 83 Missing ⚠️
rage/src/bin/rage-mount/main.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
- Coverage   34.90%   33.72%   -1.18%     
==========================================
  Files          33       34       +1     
  Lines        2716     2802      +86     
==========================================
- Hits          948      945       -3     
- Misses       1768     1857      +89     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This behaves similarly to `mount --bind source_file target_file`, except
that `source_file` is transparently decrypted, and `target_file` is
created as a symbolic link instead of a bind-mount.

Part of #188.
Base automatically changed from master to main January 30, 2021 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant