Re: [PATCH/RFC] Shared page tables

From: Arjan van de Ven
Date: Tue Jan 24 2006 - 09:55:40 EST



> I thought the main security benefit for randomization of mapped regions was
> for writeable data space anyway. Isn't text space protected by not being
> writeable?

nope that's not correct.
Aside from stack randomization, randomization is to a large degree
intended to make the return-to-libc kind of attacks harder, by not
giving attackers a fixed address to return to. That's all code, nothing
to do with data.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/