Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/pxtpax/daemontest.sh: make progress pretty | Anthony G. Basile | 2013-05-20 | 1 | -0/+7 |
| | |||||
* | tests/pxtpax/daemontest.sh: clean up bash | Anthony G. Basile | 2013-05-20 | 1 | -12/+12 |
| | |||||
* | tests/*: pretify the code and output | Anthony G. Basile | 2012-12-29 | 2 | -46/+53 |
| | |||||
* | Rename XT_PAX to XATTR_PAX everywhere | Anthony G. Basile | 2012-12-21 | 1 | -3/+3 |
| | |||||
* | ChangeLog, TODO, README, Copyright Notices: updated | Anthony G. Basile | 2012-12-16 | 2 | -0/+34 |
| | |||||
* | tests/revdeppaxtest: progress towards a test for revdep-pax | Anthony G. Basile | 2012-12-14 | 1 | -0/+2 |
| | |||||
* | tests/pxtpax/Makefile.am: fix renaming of daemontest.sh script | Anthony G. Basile | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | tests/pxtpax/daemontest.sh: add logic for amd64 vs i686 | Anthony G. Basile | 2012-12-13 | 1 | -2/+32 |
| | |||||
* | tests/{gnustack,pxtpax}: return success/failure, reduce vebosity | Anthony G. Basile | 2012-12-12 | 3 | -46/+97 |
| | |||||
* | src/paxctl-ng.c: do not use '-' when setting null XATTR PAX flags | Anthony G. Basile | 2012-12-12 | 1 | -11/+20 |
| | | | | | | | | | | | | There was a bug in the implementation of XATTR PAX flags where it was assumed that '-' would be ignored in kernel. However, anything other than PpEeMmRrSs is considered invalid and results in a fail. See pax_parse_xattr_pax() in fs/binfmt_elf.c for a pax patched kernel. The pxtpax test was updated as well. X-Gentoo-Bug: 446518 X-Gentoo-Bug-URL: https://bugs.gentoo.org/446518 | ||||
* | Fix some bugs in tests/* | Anthony G. Basile | 2011-11-15 | 3 | -18/+12 |
| | |||||
* | tests/pxtpax: compare file's and process's pax flags | Anthony G. Basile | 2011-11-15 | 5 | -0/+112 |