summaryrefslogtreecommitdiff
path: root/kernel
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 /kernel
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 'kernel')
-rw-r--r--kernel/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 3f6b3fcf4309..cc93403f27a7 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -121,7 +121,7 @@ extern int sysctl_hz_timer;
extern int acct_parm[];
#endif
-int randomize_va_space;
+int randomize_va_space = 1;
static int parse_table(int __user *, int, void __user *, size_t __user *, void __user *, size_t,
ctl_table *, void **);