Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / wi / windmill / run.python3.config.proto.patch
blob85e87d7b343300c041c884a08973952a5cac3c97
1 diff --git a/windmill-worker/nsjail/run.python3.config.proto b/windmill-worker/nsjail/run.python3.config.proto
2 index 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 {
8 mount {
9 + src: "/nix/store"
10 + dst: "/nix/store"
11 + is_bind: true
14 +mount {
15 + mandatory: false
16 src: "/lib"
17 dst: "/lib"
18 is_bind: true
19 @@ -34,6 +35,7 @@ mount {
22 mount {
23 + mandatory: false
24 src: "/lib64"
25 dst: "/lib64"
26 is_bind: true
27 @@ -41,6 +43,7 @@ mount {
30 mount {
31 + mandatory: false
32 src: "/usr"
33 dst: "/usr"
34 is_bind: true