aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-21 15:04:44 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-07-21 15:04:44 -0400
commit3a0547b9b8d038a1c909a7a99f1780305125cb1e (patch)
tree6d84b7925d8776b5a4a0b35a5e88337767b34e84
parentReplace XATTR_REPLACE with 0 to create on set (diff)
downloadelfix-3a0547b9b8d038a1c909a7a99f1780305125cb1e.tar.gz
elfix-3a0547b9b8d038a1c909a7a99f1780305125cb1e.tar.bz2
elfix-3a0547b9b8d038a1c909a7a99f1780305125cb1e.zip
ChangeLog: updated
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fc1b5c..52c8749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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