Skip to content

Commit b882546

Browse files
syslinux: disable PIE hardening (#370581)
2 parents 74ee058 + 3c8370e commit b882546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/sy/syslinux/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ stdenv.mkDerivation {
8383

8484
hardeningDisable = [
8585
"pic"
86+
"pie" # MBR gets too big with PIE
8687
"stackprotector"
8788
"fortify"
8889
];

0 commit comments

Comments
 (0)