radvd: enable pie hardening
This commit is contained in:
parent
e392824fb3
commit
8b9eccbf2d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "radvd-2.11";
|
name = "radvd-2.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.litech.org/radvd/dist/${name}.tar.xz";
|
url = "http://www.litech.org/radvd/dist/${name}.tar.xz";
|
||||||
sha256 = "1k2sbfs4w2lkgz2mh4zh66fgahjrn2hvxcpfc091bykrzj464qq4";
|
sha256 = "1k2sbfs4w2lkgz2mh4zh66fgahjrn2hvxcpfc091bykrzj464qq4";
|
||||||
@ -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