firejail: don't try to set setuid bit

(cherry picked from commit 707145a955)
This commit is contained in:
Will Dietz
2017-06-28 14:29:17 -05:00
committed by Joachim Fasting
parent 3b45e1bdcf
commit 12e8dcafb7

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation {
'';
preBuild = ''
sed -e "s@/etc/@$out/etc/@g" -i Makefile
sed -e "s@/etc/@$out/etc/@g" -e "/chmod u+s/d" -i Makefile
'';
meta = {