1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Start of the setuid helper (the program that performs the operations

that have to be done as root: running builders under different uids,
  changing ownership of build results, and deleting paths in the store
  with the wrong ownership).
This commit is contained in:
Eelco Dolstra 2006-12-06 01:24:02 +00:00
parent 2b558843a2
commit 9f0efa6611
5 changed files with 18 additions and 4 deletions

View file

@ -271,6 +271,7 @@ AC_CONFIG_FILES([Makefile
src/nix-instantiate/Makefile
src/nix-env/Makefile
src/nix-worker/Makefile
src/nix-setuid-helper/Makefile
src/nix-log2xml/Makefile
src/bsdiff-4.3/Makefile
scripts/Makefile