mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
* `nix-store --import' now also works in remote mode. The worker
always requires a signature on the archive. This is to ensure that unprivileged users cannot add Trojan horses to the Nix store.
This commit is contained in:
parent
0f5da8a83c
commit
bdadb98de8
4 changed files with 62 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ private:
|
|||
FdSource from;
|
||||
Pid child;
|
||||
|
||||
void processStderr(Sink * sink = 0);
|
||||
void processStderr(Sink * sink = 0, Source * source = 0);
|
||||
|
||||
void forkSlave();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue