mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
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.
|
||||
HARDENED_USERCOPY y
|
||||
${optionalString (versionAtLeast version "4.16") ''
|
||||
HARDENED_USERCOPY_FALLBACK n
|
||||
HARDENED_USERCOPY_FALLBACK n # for full whitelist enforcement
|
||||
''}
|
||||
|
||||
# Randomize allocator freelists.
|
||||
|
|
Loading…
Reference in a new issue