Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.1.0
|
Minor feature enhancements |
22-Jan-2004 14:06 |
|
1.0.0
|
Initial freshmeat announcement |
16-Jun-2003 15:07 |
Comments
[»]
Uhm
by Pelle Johansson - Jan 22nd 2004 06:51:16
I'd like to point out that many if not most buffer overflow
attacks call the syscall for execve directly, which this
won't protect against. Only the kernel can protect
against that.
[reply]
[top]
[»]
Re: Uhm
by Valery Reznic - Jan 24th 2004 23:10:42
> I'd like to point out that many if not
> most buffer overflow
> attacks call the syscall for execve
> directly, which this
> won't protect against. Only the kernel
> can protect
> against that.
I agree, but "may-be-more-secure" is the only side-effect, noit main
feature. Main feature is prevent execve usage.
Valery
[reply]
[top]
|