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:
parent
9c9cdb06d0
commit
536595b072
3 changed files with 57 additions and 138 deletions
|
@ -249,10 +249,6 @@ string int2String(int n);
|
|||
bool string2Int(const string & s, int & n);
|
||||
|
||||
|
||||
/* Setuid support. */
|
||||
void switchToNixUser();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue