lix/src
Eelco Dolstra ff0c0b645c Don't run builds as root in the user namespace
This largely reverts c68e5913c7. Running
builds as root breaks "cp -p", since when running as root, "cp -p"
assumes that it can succesfully chown() files. But that's not actually
the case since the user namespace doesn't provide a complete uid
mapping. So it barfs with a fatal error message ("cp: failed to
preserve ownership for 'foo': Invalid argument").
2016-09-08 18:16:23 +02:00
..
boost Force stack trace for boost format errors 2016-03-02 15:46:07 +01:00
buildenv Fix Fedora build 2016-08-30 13:56:22 +02:00
download-via-ssh More cleanup 2015-07-20 01:16:16 +02:00
libexpr Fix GC build 2016-08-30 13:12:12 +02:00
libmain Remove $NIX_DB_DIR 2016-08-10 18:05:35 +02:00
libstore Don't run builds as root in the user namespace 2016-09-08 18:16:23 +02:00
libutil Fix 32-bit build 2016-08-30 17:38:09 +02:00
nix Fix 32-bit build 2016-08-30 17:38:09 +02:00
nix-build Fix early removal of rc-file for nix-shell 2016-09-08 09:09:52 -04:00
nix-channel download.hh: Fix conflicts from nix-channel-c++ merge 2016-08-31 09:57:56 -04:00
nix-collect-garbage Eliminate reserveSpace flag 2016-02-24 17:44:55 +01:00
nix-daemon Mark content-addressed paths in the Nix database and in .narinfo 2016-08-10 18:05:35 +02:00
nix-env nix path-info: Add --json flag 2016-08-29 17:29:24 +02:00
nix-instantiate Allow setting the state directory as a store parameter 2016-06-02 16:02:48 +02:00
nix-prefetch-url makeFixedOutputPath(): Drop superfluous HashType argument 2016-07-26 21:25:52 +02:00
nix-store Add a "root" parameter to local stores 2016-08-10 18:05:35 +02:00
resolve-system-dependencies iterate through fat_headers correctly 2016-08-17 10:24:11 -07:00