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