xen: turn off stackprotector hardening
This commit is contained in:
parent
f4572b552d
commit
359b1726a5
@ -75,7 +75,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
pythonPath = [ pythonPackages.curses ];
|
pythonPath = [ pythonPackages.curses ];
|
||||||
|
|
||||||
#hardening_all = false;
|
hardening_stackprotector = false;
|
||||||
|
|
||||||
patches = stdenv.lib.optionals ((xenserverPatched == false) && (builtins.hasAttr "xenPatches" xenConfig)) xenConfig.xenPatches;
|
patches = stdenv.lib.optionals ((xenserverPatched == false) && (builtins.hasAttr "xenPatches" xenConfig)) xenConfig.xenPatches;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user