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

Merging #190 (c0509ca) into master (9c56470) will decrease coverage by 1.17%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   34.90%   33.72%   -1.18%     
==========================================
  Files          33       34       +1     
  Lines        2716     2802      +86     
==========================================
- Hits          948      945       -3     
- Misses       1768     1857      +89     
Impacted Files Coverage Δ
rage/src/bin/rage-mount/file.rs 0.00% <0.00%> (ø)
rage/src/bin/rage-mount/main.rs 0.00% <0.00%> (-2.18%) ⬇️
age-core/src/format.rs 75.00% <0.00%> (-1.67%) ⬇️
age-core/src/plugin.rs 32.67% <0.00%> (-0.66%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c56470...c0509ca. Read the comment docs.

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