socat: enable pie hardening
This commit is contained in:
parent
310fa56788
commit
a73762200d
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./enable-ecdhe.patch ./libressl-fixes.patch ];
|
patches = [ ./enable-ecdhe.patch ./libressl-fixes.patch ];
|
||||||
|
|
||||||
|
hardening_pie = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A utility for bidirectional data transfer between two independent data channels";
|
description = "A utility for bidirectional data transfer between two independent data channels";
|
||||||
homepage = http://www.dest-unreach.org/socat/;
|
homepage = http://www.dest-unreach.org/socat/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user