[PATCH] Fix CONFIG_COMPAT_BRK help text

From: Roland Dreier
Date: Thu Feb 07 2008 - 17:10:13 EST


CONFIG_COMPAT_BRK=y means that heap randomization is turned off, so
it's *always* a safe choice. I assume the help text is trying to say
that if one does not run ancient binaries, then enabling heap
randomization is safe.

Signed-off-by: Roland Dreier <rolandd@xxxxxxxxx>
---
diff --git a/init/Kconfig b/init/Kconfig
index 95ac265..242ce32 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -565,7 +565,7 @@ config COMPAT_BRK
disabled, and can be overriden runtime by setting
/proc/sys/kernel/randomize_va_space to 2.

- On non-ancient distros (post-2000 ones) Y is usually a safe choice.
+ On non-ancient distros (post-2000 ones) N is usually a safe choice.

config BASE_FULL
default y
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/