openssh: enable pie hardening
This commit is contained in:
parent
c045d2de37
commit
b6279950bd
@ -71,6 +71,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
hardening_pie = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Install ssh-copy-id, it's very useful.
|
# Install ssh-copy-id, it's very useful.
|
||||||
cp contrib/ssh-copy-id $out/bin/
|
cp contrib/ssh-copy-id $out/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user