at 23.11-beta 34 lines 660 B view raw
1diff --git a/windmill-worker/nsjail/run.python3.config.proto b/windmill-worker/nsjail/run.python3.config.proto 2index 9f106c23..9da2d2a8 100644 3--- a/windmill-worker/nsjail/run.python3.config.proto 4+++ b/windmill-worker/nsjail/run.python3.config.proto 5@@ -27,6 +27,13 @@ mount { 6 } 7 8 mount { 9+ src: "/nix/store" 10+ dst: "/nix/store" 11+ is_bind: true 12+} 13+ 14+mount { 15+ mandatory: false 16 src: "/lib" 17 dst: "/lib" 18 is_bind: true 19@@ -34,6 +35,7 @@ mount { 20 21 22 mount { 23+ mandatory: false 24 src: "/lib64" 25 dst: "/lib64" 26 is_bind: true 27@@ -41,6 +43,7 @@ mount { 28 29 30 mount { 31+ mandatory: false 32 src: "/usr" 33 dst: "/usr" 34 is_bind: true