qboot: turn off stackprotector and pic hardening
This commit is contained in:
parent
d326ca40a8
commit
3437b52e6b
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
|||||||
cp bios.bin* $out/.
|
cp bios.bin* $out/.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "stackprotector" "pic" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple x86 firmware for booting Linux";
|
description = "A simple x86 firmware for booting Linux";
|
||||||
homepage = https://github.com/bonzini/qboot;
|
homepage = https://github.com/bonzini/qboot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user