suid-chroot: do not set suid bit during install

To be useful in nixos, it probably also requires a module to set up a hardening wrapper.
This commit is contained in:
Jörg Thalheim 2017-06-28 15:58:36 +01:00
parent 5015dea12a
commit 855c1bde42

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace Makefile --replace /usr $out
sed -i -e '/chmod u+s/d' Makefile
'';
meta = with stdenv.lib; {