Merge pull request #157722 from lovesegfault/kconfig-option-fortify

linux/kernel/common-config.nix: mark FORTIFY_SOURCE as optional

authored by Bernardo Meurer and committed by GitHub e815a340 a18ed27d

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/common-config.nix
··· 452 452 }; 453 453 454 454 security = { 455 - FORTIFY_SOURCE = whenAtLeast "4.13" yes; 455 + FORTIFY_SOURCE = whenAtLeast "4.13" (option yes); 456 456 457 457 # https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html 458 458 DEBUG_LIST = yes;