3
0
Fork 0
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:
Bernardo Meurer 2022-02-01 13:00:52 -08:00 committed by GitHub
commit e815a340cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;