forked from mirrors/nixpkgs
Merge pull request #157722 from lovesegfault/kconfig-option-fortify
linux/kernel/common-config.nix: mark FORTIFY_SOURCE as optional
This commit is contained in:
commit
e815a340cc
|
@ -452,7 +452,7 @@ let
|
|||
};
|
||||
|
||||
security = {
|
||||
FORTIFY_SOURCE = whenAtLeast "4.13" yes;
|
||||
FORTIFY_SOURCE = whenAtLeast "4.13" (option yes);
|
||||
|
||||
# https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html
|
||||
DEBUG_LIST = yes;
|
||||
|
|
Loading…
Reference in a new issue