Merge pull request #154370 from brandonweeks/kspp

linux: enable FORTIFY_SOURCE
This commit is contained in:
Maximilian Bosch 2022-01-30 23:34:45 +01:00 committed by GitHub
commit f74a2e4840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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