mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
* Removed `build-allow-root'.
* Added `build-users-group', the group under which builds are to be performed. * Check that /nix/store has 1775 permission and is owner by the build-users-group.
This commit is contained in:
parent
84d6459bd5
commit
35247c4c9f
5 changed files with 61 additions and 39 deletions
|
@ -24,6 +24,9 @@ namespace nix {
|
|||
Path makeRootName(const Path & gcRoot, int & counter);
|
||||
void printGCWarning();
|
||||
|
||||
/* Whether we're running setuid. */
|
||||
bool setuidMode = false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue