syslinux: disable PIE hardening (#370581)
This commit is contained in:
@@ -83,6 +83,7 @@ stdenv.mkDerivation {
|
||||
|
||||
hardeningDisable = [
|
||||
"pic"
|
||||
"pie" # MBR gets too big with PIE
|
||||
"stackprotector"
|
||||
"fortify"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user