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

rage-mount: Add support for mounting an encrypted file

c0509ca
Select commit
Loading
Failed to load commit list.
Draft

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

rage-mount: Add support for mounting an encrypted file
c0509ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 5, 2024 in 1s

0.00% of diff hit (target 34.90%)

View this Pull Request on Codecov

0.00% of diff hit (target 34.90%)

Annotations

Check warning on line 38 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L38

Added line #L38 was not covered by tests

Check warning on line 43 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L43

Added line #L43 was not covered by tests

Check warning on line 47 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 53 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 71 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L55-L71

Added lines #L55 - L71 were not covered by tests

Check warning on line 85 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L80-L85

Added lines #L80 - L85 were not covered by tests

Check warning on line 92 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L88-L92

Added lines #L88 - L92 were not covered by tests

Check warning on line 94 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L94

Added line #L94 was not covered by tests

Check warning on line 100 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 107 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L103-L107

Added lines #L103 - L107 were not covered by tests

Check warning on line 110 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L110

Added line #L110 was not covered by tests

Check warning on line 115 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 127 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L118-L127

Added lines #L118 - L127 were not covered by tests

Check warning on line 132 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L131-L132

Added lines #L131 - L132 were not covered by tests

Check warning on line 135 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L135

Added line #L135 was not covered by tests

Check warning on line 144 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L144

Added line #L144 was not covered by tests

Check warning on line 148 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L146-L148

Added lines #L146 - L148 were not covered by tests

Check warning on line 153 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 162 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L157-L162

Added lines #L157 - L162 were not covered by tests

Check warning on line 165 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L165

Added line #L165 was not covered by tests

Check warning on line 169 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L169

Added line #L169 was not covered by tests

Check warning on line 178 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L178

Added line #L178 was not covered by tests

Check warning on line 189 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L187-L189

Added lines #L187 - L189 were not covered by tests

Check warning on line 196 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L194-L196

Added lines #L194 - L196 were not covered by tests

Check warning on line 199 in rage/src/bin/rage-mount/file.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rage/src/bin/rage-mount/file.rs#L198-L199

Added lines #L198 - L199 were not covered by tests