Skip to content

Commit 7f63d3b

Browse files
committedJul 12, 2017
ndisc6: do not attempt to install suid binaries
(cherry picked from commit 5033931)
1 parent b6f05ca commit 7f63d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/tools/networking/ndisc6/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
1313
configureFlags = [
1414
"--sysconfdir=/etc"
1515
"--localstatedir=/var"
16+
"--disable-suid-install"
1617
];
1718

1819
installFlags = [

0 commit comments

Comments
 (0)
Please sign in to comment.