]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - security/Kconfig
Sync to mainline for security submaintainers to work against
[thirdparty/kernel/stable.git] / security / Kconfig
index 93027fdf47d1c7b610a4c7e15996bc288ceaba48..bdcbb92927abf9fa6b938213bfe8112671a9f106 100644 (file)
@@ -139,7 +139,7 @@ config HARDENED_USERCOPY
          copying memory to/from the kernel (via copy_to_user() and
          copy_from_user() functions) by rejecting memory ranges that
          are larger than the specified heap object, span multiple
-         separately allocates pages, are not on the process stack,
+         separately allocated pages, are not on the process stack,
          or are part of the kernel text. This kills entire classes
          of heap overflow exploits and similar kernel memory exposures.