Sandboxing allow-read and allow-write not using dir parameter
#9423
-
ProblemSandboxing parameters ReproductionTest structure: Mise file content: [settings]
experimental = true
[tasks.test]
dir = "../bar"
run = "ls"
allow_read = ["."]Result of Root causeBoth Workaround[tasks.test]
dir = "../bar"
run = "ls"
allow_read = ["../bar"] # Repeating the dir valueResulting in:
|
Beta Was this translation helpful? Give feedback.
Answered by
Tyranozomby
Apr 27, 2026
Replies: 1 comment
-
|
Resolved by #9428 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tyranozomby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved by #9428