diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-11 21:26:32 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-11 21:41:52 +0100 |
commit | 7407dc042ae4c0dc1599cd9ce1e73deb6f62da7f (patch) | |
tree | 14f6ca94d77a93fc6e422e334cde9e6679774111 /NEWS | |
parent | 4245876e23866a198b92ed5c371658d8428d89ac (diff) | |
download | coreutils-7407dc042ae4c0dc1599cd9ce1e73deb6f62da7f.tar.xz |
Add a test to exercise today's bug fix.
* tests/misc/selinux: Test for today's bug fix.
* NEWS: Mention the SELinux "ls -l" fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + "ls -l" would not output "+" on SELinux hosts unless -Z was also given. + "rm" would fail to unlink a non-directory when run in an environment in which the user running rm is capable of unlinking a directory. [bug introduced in coreutils-6.9] |