1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00
This commit is contained in:
Eelco Dolstra 2006-12-03 20:41:22 +00:00
parent f4279bcde0
commit 9322b399f3
2 changed files with 4 additions and 1 deletions

View file

@ -207,6 +207,9 @@ static void initAndRun(int argc, char * * argv)
}
bool setuidMode = false;
static void setuidInit()
{
/* Don't do anything if this is not a setuid binary. */