What does 'plus' in ls -Z mean?

Tim Waugh twaugh at redhat.com
Mon Jun 7 13:36:47 UTC 2004


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.
*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-selinux-list/attachments/20040607/8ab27655/attachment.sig>


More information about the fedora-selinux-list mailing list