mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
42 lines
784 B
Diff
42 lines
784 B
Diff
diff --git a/windmill-worker/nsjail/run.bash.config.proto b/backend/windmill-worker/nsjail/run.bash.config.proto
|
|
index e93e6b45..bbedb165 100644
|
|
--- a/windmill-worker/nsjail/run.bash.config.proto
|
|
+++ b/windmill-worker/nsjail/run.bash.config.proto
|
|
@@ -18,6 +18,12 @@ clone_newuser: {CLONE_NEWUSER}
|
|
keep_caps: false
|
|
keep_env: true
|
|
|
|
+mount {
|
|
+ src: "/nix/store"
|
|
+ dst: "/nix/store"
|
|
+ is_bind: true
|
|
+}
|
|
+
|
|
mount {
|
|
src: "/bin"
|
|
dst: "/bin"
|
|
@@ -25,6 +31,7 @@ mount {
|
|
}
|
|
|
|
mount {
|
|
+ mandatory: false
|
|
src: "/lib"
|
|
dst: "/lib"
|
|
is_bind: true
|
|
@@ -32,6 +39,7 @@ mount {
|
|
|
|
|
|
mount {
|
|
+ mandatory: false
|
|
src: "/lib64"
|
|
dst: "/lib64"
|
|
is_bind: true
|
|
@@ -39,6 +47,7 @@ mount {
|
|
|
|
|
|
mount {
|
|
+ mandatory: false
|
|
src: "/usr"
|
|
dst: "/usr"
|
|
is_bind: true
|