mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Drop support for running nix-worker in "slave" mode
AFAIK nobody uses this, setuid binaries are evil, and there is no good reason why people can't just run the daemon.
This commit is contained in:
parent
7586095504
commit
522ecab9b8
6 changed files with 9 additions and 146 deletions
|
@ -44,9 +44,6 @@ template<class N> N getIntArg(const string & opt,
|
|||
/* Show the manual page for the specified program. */
|
||||
void showManPage(const string & name);
|
||||
|
||||
/* Whether we're running setuid. */
|
||||
extern bool setuidMode;
|
||||
|
||||
extern volatile ::sig_atomic_t blockInt;
|
||||
|
||||
/* Exit code of the program. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue