aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog-selinux
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-18 18:04:30 +0100
committerJim Meyering <jim@meyering.net>2007-03-18 18:15:08 +0100
commit9aee8e78ea1d7966b5d79034874d9cf831565410 (patch)
tree9658f57685b26af56ee115fd8b9dd47030309769 /ChangeLog-selinux
parent* src/runcon.c (main): Remove "." at end of a diagnostic. (diff)
downloadcoreutils-selinux.tar.gz
coreutils-selinux.zip
* src/runcon.c (main): Don't reorder arguments. Reported byselinux
Ulrich Drepper in <http://bugzilla.redhat.com/232652>. * tests/misc/runcon-no-reorder: New file. Test for the above. * tests/misc/Makefile.am (TESTS): Add runcon-no-reorder.
Diffstat (limited to 'ChangeLog-selinux')
-rw-r--r--ChangeLog-selinux5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-selinux b/ChangeLog-selinux
index 95046dc6c..3b6264c38 100644
--- a/ChangeLog-selinux
+++ b/ChangeLog-selinux
@@ -1,5 +1,10 @@
2007-03-18 Jim Meyering <jim@meyering.net>
+ * src/runcon.c (main): Don't reorder arguments. Reported by
+ Ulrich Drepper in <http://bugzilla.redhat.com/232652>.
+ * tests/misc/runcon-no-reorder: New file. Test for the above.
+ * tests/misc/Makefile.am (TESTS): Add runcon-no-reorder.
+
* src/runcon.c (main): Remove "." at end of a diagnostic.
2007-02-02 Jim Meyering <jim@meyering.net>