diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-21 15:04:44 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-21 15:04:44 -0400 |
commit | 3a0547b9b8d038a1c909a7a99f1780305125cb1e (patch) | |
tree | 6d84b7925d8776b5a4a0b35a5e88337767b34e84 /ChangeLog | |
parent | Replace XATTR_REPLACE with 0 to create on set (diff) | |
download | elfix-3a0547b9b8d038a1c909a7a99f1780305125cb1e.tar.gz elfix-3a0547b9b8d038a1c909a7a99f1780305125cb1e.tar.bz2 elfix-3a0547b9b8d038a1c909a7a99f1780305125cb1e.zip |
ChangeLog: updated
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2012-07-21 + + * scripts/revdep-pax: add option to only print out executables, + not libraries + * scripts/revdep-pax: allow for a more complex logic in migrating + flags from source to target. When the source says nothing about a + flag, the target's options survive + * misc/test-revdep-pax: add revdep-pax test code + * src/paxctl-ng.c: remove RANDEXEC completely. Its completely missing + from XT_PAX so remove it from PT_APX as well. + * src/paxctl-ng.c: switch to string implementation of XT_PAX following + upstreams implementation in the kernel + * scripts/paxmodule.c: switch to string implementation of XT_PAX + * scripts/pypaxctl: a (too?) simple front end to test python module + * src/paxctl-ng.c, scripts/paxmodule.c: create xattr user.pax.flags when + trying to set XT_PAX flags when the field doesn't already exit + 2011-12-28 * misc/test-revdep-pax: added a test package for revdep-pax |