Skip to content

Commit

Permalink
add_masked_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekko0114 committed Feb 24, 2024
1 parent bd11f7d commit 1940783
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fn create_spec(linux_mount_label: String) -> Spec {
// Need to reset the read-only paths
LinuxBuilder::default()
.mount_label(linux_mount_label)
.masked_paths(vec![])
.build()
.expect("error in building linux config"),
)
Expand Down

0 comments on commit 1940783

Please sign in to comment.