On Mon, Jun 07, 2004 at 11:13:48PM +1000, Russell Coker wrote: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125447 I used a slightly different patch: --- coreutils-5.2.1/src/ls.c 2004-06-04 09:55:05.010506573 +0100 +++ coreutils-5.2.1/src/ls.c 2004-06-07 14:18:07.448963915 +0100 @@ -2530,7 +2530,11 @@ } #if HAVE_ACL || USE_ACL - if (format == long_format) + if (format == long_format +#ifdef WITH_SELINUX + || format == security_format +#endif + ) { int n = file_has_acl (path, &f->stat); f->have_acl = (0 < n); Fixed in coreutils-5.2.1-15. Thanks, Tim. */
Attachment:
pgpKEuK8LuvLO.pgp
Description: PGP signature