summary refs log tree commit diff
path: root/src/nix-setuid-helper/nix-setuid-helper.cc
AgeCommit message (Collapse)Author
2007-01-24* Nasty: Glibc clears the TMPDIR environment variable in setuidEelco Dolstra
programs, so if a builder uses TMPDIR, then it will fail when executed through nix-setuid-helper. In fact Glibc clears a whole bunch of variables (see sysdeps/generic/unsecvars.h in the Glibc sources), but only TMPDIR should matter in practice. As a workaround, we reinitialise TMPDIR from NIX_BUILD_TOP.
2006-12-07* Rename all those main.cc files.Eelco Dolstra