Re: [PATCH] daemon: Set ownership of kept build directories to the calling user.

2016-11-16 Thread Ludovic Courtès
Hi Hartmut, Great that you’re working on this long-standing issue, that’ll make all of us happier! :-) Hartmut Goebel skribis: > This also closes bug #15890. Please use the same wording as in other commits, to simplify grepping and access: Fixes . > * nix/libsto

[PATCH] daemon: Set ownership of kept build directories to the calling user.

2016-11-16 Thread Hartmut Goebel
This also closes bug #15890. * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Increment it. * guix/store.scm (protocol-version): Increment it to the same value. (set-build-options): Send uid and gid of evoking user. * nix/libstore/globals.hh (Settings) Add clientUid and clientGid. * nix/nix