Branch: refs/heads/release-16.03
Home: https://github.com/NixOS/nixpkgs
Commit: 91cc776f0a91b0f3f289b00d6a421fd34461c5f2
https://github.com/NixOS/nixpkgs/commit/91cc776f0a91b0f3f289b00d6a421fd34461c5f2
Author: Domen Kožar <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M nixos/modules/security/setuid-wrappers.nix
Log Message:
-----------
setuid-wrappers: remove config.system.path from the closure
The motivation is using sudo in chroot nix builds, a somewhat
special edge case I have and pulling system path into chroot
yields to some very nasty bug like
https://github.com/NixOS/nixpkgs/issues/15581
Previously:
$ cat /var/setuid-wrappers/sudo.real
/nix/store/3sm04dzh0994r86xqxy52jjc0lqnkn65-system-path/bin/sudo
After the change:
$ cat /var/setuid-wrappers/sudo.real
/nix/store/4g9sxbzy8maxf1v217ikp69c0c3q12as-sudo-1.8.15/bin/sudo
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits