cron: enable pie hardening
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user