radvd: enable pie hardening
This commit is contained in:
parent
e392824fb3
commit
8b9eccbf2d
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig libdaemon bison flex check ];
|
buildInputs = [ pkgconfig libdaemon bison flex check ];
|
||||||
|
|
||||||
|
hardening_pie = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.litech.org/radvd/;
|
homepage = http://www.litech.org/radvd/;
|
||||||
description = "IPv6 Router Advertisement Daemon";
|
description = "IPv6 Router Advertisement Daemon";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user