Skip to content

Commit

Permalink
firejail: don't try to set setuid bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jun 28, 2017
1 parent ed0ac2f commit 707145a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/firejail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 707145a

Please sign in to comment.