Skip to content

Commit

Permalink
add /var/tmp to default read local to fix asdf issue 2051 (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Dec 11, 2023
1 parent a8379f9 commit a2bfe1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/2051.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix asdf compatability by adjusting local files read defaults
1 change: 1 addition & 0 deletions mirrord/layer/src/file/filter/read_local_by_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub fn regex_set_builder() -> RegexSetBuilder {
r"^/dev(/|$)",
r"^/opt(/|$)",
r"^/tmp(/|$)",
r"^/var/tmp(/|$)",
r"^/snap(/|$)",
// support for nixOS.
r"^/nix(/|$)",
Expand Down

0 comments on commit a2bfe1e

Please sign in to comment.