1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 11:49:35 +01:00
nix/src/libstore/unix/build
Artturin 40461a8e0e Fix making the build directory kept by keep-failed readable
Caused by 1d3696f0fb

Without this fix the kept build directory is readable only by root

```
$ sudo ls -ld /comp-temp/nix-build-openssh-static-x86_64-unknown-linux-musl-9.8p1.drv-5
drwx------ root root 60 B Wed Sep 11 00:09:48 2024  /comp-temp/nix-build-openssh-static-x86_64-unknown-linux-musl-9.8p1.drv-5/

$ sudo ls -ld /comp-temp/nix-build-openssh-static-x86_64-unknown-linux-musl-9.8p1.drv-5/build
drwxr-xr-x nixbld1 nixbld 80 B Wed Sep 11 00:09:58 2024  /comp-temp/nix-build-openssh-static-x86_64-unknown-linux-musl-9.8p1.drv-5/build/
```

(cherry picked from commit ebebe626ff)
2024-09-11 12:56:18 +00:00
..
child.cc Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
child.hh Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
hook-instance.cc dropEmptyInitThenConcatStringsSep -> concatStringSep: diagnostics and docs 2024-07-13 03:06:24 +02:00
hook-instance.hh Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
local-derivation-goal.cc Fix making the build directory kept by keep-failed readable 2024-09-11 12:56:18 +00:00
local-derivation-goal.hh Make goals use C++20 coroutines (#11005) 2024-07-15 16:49:15 -04:00
sandbox-defaults.sb libstore: fix port binding in __darwinAllowLocalNetworking sandbox 2024-08-17 03:17:45 +00:00
sandbox-minimal.sb Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
sandbox-network.sb Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00