apps: disable hardening in all garlic apps

This commit is contained in:
2021-04-06 19:19:24 +02:00
parent df62451fcd
commit a4b8f8e94b
17 changed files with 27 additions and 5 deletions

View File

@@ -48,4 +48,6 @@ stdenv.mkDerivation rec {
'';
programPath = "/bin/BigSort";
hardeningDisable = [ "all" ];
}

View File

@@ -40,4 +40,6 @@ stdenv.mkDerivation rec {
'';
programPath = "/bin/genseq";
hardeningDisable = [ "all" ];
}

View File

@@ -40,4 +40,6 @@ stdenv.mkDerivation rec {
'';
programPath = "/bin/shuffle";
hardeningDisable = [ "all" ];
}