guix/src/nix-setuid-helper
Eelco Dolstra 84a84afb0e * Nasty: Glibc clears the TMPDIR environment variable in setuid
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.
2007-01-24 13:31:20 +00:00
..
Makefile.am * Rename all those main.cc files. 2006-12-07 20:47:30 +00:00
nix-setuid-helper.cc * Nasty: Glibc clears the TMPDIR environment variable in setuid 2007-01-24 13:31:20 +00:00