aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests/pxtpax/daemontest.sh: make progress prettyAnthony G. Basile2013-05-201-0/+7
|
* tests/pxtpax/daemontest.sh: clean up bashAnthony G. Basile2013-05-201-12/+12
|
* tests/*: pretify the code and outputAnthony G. Basile2012-12-292-46/+53
|
* Rename XT_PAX to XATTR_PAX everywhereAnthony G. Basile2012-12-211-3/+3
|
* ChangeLog, TODO, README, Copyright Notices: updatedAnthony G. Basile2012-12-162-0/+34
|
* tests/revdeppaxtest: progress towards a test for revdep-paxAnthony G. Basile2012-12-141-0/+2
|
* tests/pxtpax/Makefile.am: fix renaming of daemontest.sh scriptAnthony G. Basile2012-12-131-1/+1
|
* tests/pxtpax/daemontest.sh: add logic for amd64 vs i686Anthony G. Basile2012-12-131-2/+32
|
* tests/{gnustack,pxtpax}: return success/failure, reduce vebosityAnthony G. Basile2012-12-123-46/+97
|
* src/paxctl-ng.c: do not use '-' when setting null XATTR PAX flagsAnthony G. Basile2012-12-121-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. Basile2011-11-153-18/+12
|
* tests/pxtpax: compare file's and process's pax flagsAnthony G. Basile2011-11-155-0/+112