fix: remove unnecessary rw on cache for powershell in nsjail (#5236)
This commit is contained in:
@@ -121,7 +121,7 @@ mount {
|
||||
src: "{CACHE_DIR}"
|
||||
dst: "/tmp/windmill/cache/powershell"
|
||||
is_bind: true
|
||||
rw: true
|
||||
rw: false
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user