forked from rarias/bscpkgs
apps: disable hardening in all garlic apps
This commit is contained in:
@@ -71,4 +71,6 @@ in
|
||||
'';
|
||||
|
||||
programPath = "/bin/fwi";
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
|
||||
@@ -59,4 +59,6 @@ in
|
||||
mkdir -p $out/bin
|
||||
cp ModelGenerator $out/bin/
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user