cron: enable pie hardening
This commit is contained in:
parent
631c09bbe5
commit
87e64f153b
@ -9,6 +9,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
unpackCmd = "(mkdir cron && cd cron && sh $curSrc)";
|
unpackCmd = "(mkdir cron && cd cron && sh $curSrc)";
|
||||||
|
|
||||||
|
hardening_pie = true;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755
|
substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755
|
||||||
makeFlags="DESTROOT=$out"
|
makeFlags="DESTROOT=$out"
|
||||||
|
Loading…
Reference in New Issue
Block a user