diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-10 18:37:53 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-10 18:37:53 -0500 |
commit | 83520307969cc118b41f155bed6caebbea87ee6f (patch) | |
tree | 44feeb80df3b4244cf6bbf1d153f977a2315b958 /ChangeLog | |
parent | src/paxctl-ng.c: print success doesn't count to exit code (diff) | |
download | elfix-83520307969cc118b41f155bed6caebbea87ee6f.tar.gz elfix-83520307969cc118b41f155bed6caebbea87ee6f.tar.bz2 elfix-83520307969cc118b41f155bed6caebbea87ee6f.zip |
ChangeLog: updated
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,8 +1,14 @@ 2012-11-10 - * Fixes a typo in revdep-pax script and documentation - * Make both PT_PAX and xattr PAX optionally enabled/disabled in + * fix a typo in revdep-pax script and documentation + * make both PT_PAX and xattr PAX optionally enabled/disabled in configure.ac and propagated to src/paxctl-ng.c and script/paxmodule.c + * add -L -l which limits markings to only PT_PAX or XT_PAX when + both are possible + * add -d which deletes the XT_PAX xattr field + * silently ignore non-applicable command line flags so there is + more flexibility in scripting + * add proper exit code handling 2012-07-29 |