mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
openssh: enable pie hardening
This commit is contained in:
parent
c045d2de37
commit
b6279950bd
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardening_pie = true;
|
||||
|
||||
postInstall = ''
|
||||
# Install ssh-copy-id, it's very useful.
|
||||
cp contrib/ssh-copy-id $out/bin/
|
||||
|
|
Loading…
Reference in a new issue