![]() |
2009-12-29
, 04:19
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2009
|
#22
|
![]() |
2009-12-29
, 11:35
|
Posts: 11 |
Thanked: 4 times |
Joined on Dec 2009
@ Lisboa, Portugal
|
#23
|
![]() |
2010-01-01
, 17:13
|
Posts: 20 |
Thanked: 11 times |
Joined on Oct 2007
@ Germany
|
#24
|
$> echo 1048576 > /proc/sys/vm/mmap_min_addr[/CODE]
I've confirmed that all mmap addresses are shifted after this with strace.
![]() |
2010-01-02
, 10:36
|
Posts: 11 |
Thanked: 4 times |
Joined on Dec 2009
@ Lisboa, Portugal
|
#25
|
![]() |
2010-01-24
, 21:37
|
Posts: 2 |
Thanked: 1 time |
Joined on Jan 2010
|
#26
|
![]() |
2010-02-13
, 17:03
|
Posts: 20 |
Thanked: 11 times |
Joined on Oct 2007
@ Germany
|
#27
|
Do you have SELinux installed and active ? Does /var/log/message have warning in there ?
If it is active then "cat /selinux/enforce" will return "1"
To de-activate as "root" user outside of scratchbox, run:
echo 0 >> /selinux/enforce
This reply assumes you have set VDSO to not randomize (value 2) or disabled completely (0) via sysctl in 32bit Linux. This is also required via kernel command line option "vdso32=" for 64bit Linux.
This reply assumes you have checked the vm.mmap_min_addr=4096 as talked about in previous posts.
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.