fix: remove unnecessary rw on cache for powershell in nsjail (#5236)

This commit is contained in:
HugoCasa
2025-02-06 18:49:21 +01:00
committed by GitHub
parent de1e1563ed
commit 3bb19dd87c

View File

@@ -121,7 +121,7 @@ mount {
src: "{CACHE_DIR}"
dst: "/tmp/windmill/cache/powershell"
is_bind: true
rw: true
rw: false
mandatory: false
}