mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
* Add indirect root registration to the protocol so that unprivileged
processes can register indirect roots. Of course, there is still the problem that the garbage collector can only read the targets of the indirect roots when it's running as root...
This commit is contained in:
parent
0d40f6d7bb
commit
74033a844f
7 changed files with 42 additions and 6 deletions
|
@ -19,7 +19,8 @@ typedef enum {
|
|||
wopBuildDerivations,
|
||||
wopEnsurePath,
|
||||
wopAddTempRoot,
|
||||
wopSyncWithGC
|
||||
wopAddIndirectRoot,
|
||||
wopSyncWithGC,
|
||||
} WorkerOp;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue