paxtest: new recipe, version 0.9.9
authorRoman I Khimov <khimov@altell.ru>
Mon, 25 Oct 2010 12:26:41 +0000 (16:26 +0400)
committerRoman I Khimov <khimov@altell.ru>
Sat, 30 Oct 2010 07:09:25 +0000 (11:09 +0400)
commit237d418d6409fff608cb7acdcfefe8bbd6c150ad
tree33b28b8be775c16778a2c0a4987c2800d7ec1662
parent349668f16645693059af84dcf8e128d8ff10bae9
paxtest: new recipe, version 0.9.9

PaX is a Linux kernel patch which adds much stricter control on how memory is
being used by applications. A normal Linux kernel leaves the control to the
application and does not implement any enforcement. Especially buffer overflow
attacks benefit from the absence of kernel enforced memory control. PaX tries
to do its best to enforce this control of memory used by applications, thereby
making it harder to successfully exploit buffer overflows.

Paxtest provides a regression test suite that covers most (but not all) of PaX
functionality. It can also be used to test other memory protection patches.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/paxtest/paxtest_0.9.9.bb [new file with mode: 0644]