hardened-config: explain HARDENED_USERCOPY_FALLBACK n
This commit is contained in:
parent
dfd77a046d
commit
11840f5c70
@ -89,7 +89,7 @@ ${optionalString (versionAtLeast version "4.13") ''
|
|||||||
# Perform usercopy bounds checking.
|
# Perform usercopy bounds checking.
|
||||||
HARDENED_USERCOPY y
|
HARDENED_USERCOPY y
|
||||||
${optionalString (versionAtLeast version "4.16") ''
|
${optionalString (versionAtLeast version "4.16") ''
|
||||||
HARDENED_USERCOPY_FALLBACK n
|
HARDENED_USERCOPY_FALLBACK n # for full whitelist enforcement
|
||||||
''}
|
''}
|
||||||
|
|
||||||
# Randomize allocator freelists.
|
# Randomize allocator freelists.
|
||||||
|
Loading…
Reference in New Issue
Block a user