Merge pull request #154370 from brandonweeks/kspp
linux: enable FORTIFY_SOURCE
This commit is contained in:
commit
f74a2e4840
@ -452,6 +452,8 @@ let
|
||||
};
|
||||
|
||||
security = {
|
||||
FORTIFY_SOURCE = whenAtLeast "4.13" yes;
|
||||
|
||||
# https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html
|
||||
DEBUG_LIST = yes;
|
||||
# Detect writes to read-only module pages
|
||||
|
Loading…
Reference in New Issue
Block a user