hardened-config: explain HARDENED_USERCOPY_FALLBACK n

This commit is contained in:
Joachim Fasting
2019-01-05 13:44:33 +01:00
parent dfd77a046d
commit 11840f5c70

View File

@@ -89,7 +89,7 @@ ${optionalString (versionAtLeast version "4.13") ''
# Perform usercopy bounds checking.
HARDENED_USERCOPY y
${optionalString (versionAtLeast version "4.16") ''
HARDENED_USERCOPY_FALLBACK n
HARDENED_USERCOPY_FALLBACK n # for full whitelist enforcement
''}
# Randomize allocator freelists.