Skip to content

Commit 9163dbf

Browse files
authored
[sled-agent] Make new mountpoints immutable (#7888)
Partial fix of #7874 and #4203 This PR causes new points to be created as immutable directories, preventing files from begin created in the "parent filesystem", underneath the intended mountpoint.
1 parent 4e737ca commit 9163dbf

File tree

8 files changed

+585
-52
lines changed

8 files changed

+585
-52
lines changed

Cargo.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ wicket = { path = "wicket" }
704704
wicket-common = { path = "wicket-common" }
705705
wicketd-api = { path = "wicketd-api" }
706706
wicketd-client = { path = "clients/wicketd-client" }
707+
xshell = "0.2.7"
707708
zeroize = { version = "1.8.1", features = ["zeroize_derive", "std"] }
708709
# NOTE: Avoid upgrading zip until https://github.com/zip-rs/zip2/issues/231 is resolved
709710
zip = { version = "=2.1.3", default-features = false, features = ["deflate","bzip2"] }

0 commit comments

Comments
 (0)