1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

* Remove most of the old setuid code.

* Much simpler setuid code for the worker in slave mode.
This commit is contained in:
Eelco Dolstra 2006-12-02 15:45:51 +00:00
parent 9c9cdb06d0
commit 536595b072
3 changed files with 57 additions and 138 deletions

View file

@ -249,10 +249,6 @@ string int2String(int n);
bool string2Int(const string & s, int & n);
/* Setuid support. */
void switchToNixUser();
}