diff options
author | Kamil Dudka <kdudka@redhat.com> | 2009-08-04 16:21:08 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-04 16:51:52 +0200 |
commit | 1762092901adf040445d59931d14837ef7f2ebe1 (patch) | |
tree | 5eaf71b990598379906d816c081a93346b02ff05 /NEWS | |
parent | c60f151ebdfd47a56991a1fb481b28a2020d27f5 (diff) | |
download | coreutils-1762092901adf040445d59931d14837ef7f2ebe1.tar.xz |
install runs faster again with SELinux enabled
* m4/jm-macros.m4: Pull in SELinux libraries while checking for
matchpathcon_init_prefix (). Emit configure warning when not found
with SELinux enabled.
* NEWS (Bug fixes): Mention it.
The bug was introduced in coreutils-7.0 via commit 0647f3eb, 2008-06-02,
"accommodate older SELinux which lacks matchpathcon_init_prefix".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + install runs faster again with SELinux enabled + [introduced in coreutils-7.0] + ls -1U (with two or more arguments, at least one a nonempty directory) would print entry names *before* the name of the containing directory. Also fixed incorrect output of ls -1RU and ls -1sU. |