summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@infradead.org>2005-03-04 17:25:41 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-04 17:25:41 -0800
commit3f06ae033fc51fd6163445f7bee505f0095404ec (patch)
tree0518bb679dea29c39ed9294f873fe52ce0bf1e6f /include/linux/kernel.h
parent2fd350176e16d49d64b4131b20ee3e686402d8ba (diff)
[PATCH] Randomisation: enable by default
Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 797d24c48a99..de56b8b26cd5 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -281,7 +281,7 @@ extern void BUILD_BUG(void);
#ifdef CONFIG_SYSCTL
extern int randomize_va_space;
#else
-#define randomize_va_space 0
+#define randomize_va_space 1
#endif
/* Trap pasters of __FUNCTION__ at compile-time */