mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Revert /nix/store permission back to 01775
This broke NixOS VM tests. Mostly reverts27b7b94923
,5ce50cd99e
,afa433e58c
.
This commit is contained in:
parent
afa433e58c
commit
1711679ea5
2 changed files with 2 additions and 2 deletions
|
@ -1895,7 +1895,7 @@ void DerivationGoal::startBuilder()
|
|||
build user. */
|
||||
Path chrootStoreDir = chrootRootDir + settings.nixStore;
|
||||
createDirs(chrootStoreDir);
|
||||
chmod_(chrootStoreDir, 0735);
|
||||
chmod_(chrootStoreDir, 01775);
|
||||
|
||||
if (chown(chrootStoreDir.c_str(), 0, buildUser.getGID()) == -1)
|
||||
throw SysError(format("cannot change ownership of ‘%1%’") % chrootStoreDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue