Rene Herman wrote:
Looking closer, the CONFIG option keeps non-heap address-space
randomization enabled. What you want to have is:
$ cat /proc/sys/kernel/randomize_va_space
0
Set it, as root, via
# echo -n 0 >/proc/sys/kernel/randomize_va_space
Off topic, but do you need the -n flag? I always just "echo num >
/proc/sys/path" and I've never had a problem, but is there a case where
it matters?
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ