X-Spam-Check-By: sourceware.org Message-ID: <469CC5CE.1010007@byu.net> Date: Tue, 17 Jul 2007 07:36:14 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: acl_trivial? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Coreutils would like to use acl_trivial(3) in ls(1), in order to more easily decide whether to print a trailing + in the mode section. http://docs.sun.com/app/docs/doc/819-2246/6n4i34qck?a=view I'm also wondering if such a function would help with ACL listings on directories - currently, coreutils thinks that ALL directories have non-trivial ACLs, thanks to the 3 default:*:* entries making it so that there are more than MIN_ACL_ENTRIES associated with each directory; but in reality, it seems like this situation should qualify as trivial: $ getfacl . # file: . # owner: eblake # group: None user::rwx group::r-x mask:rwx other:r-x default:user::rwx default:group::--- default:other:--- $ ls -ld . drwxr-xr-x+ 14 eblake None 0 Jul 14 22:27 . - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGnMXO84KuGfSFAYARAvuEAJ9f6ZOdvsWN17+sZmokrsXFEeEYggCfX+8+ nFQwCU9y0A1qFAXjGz9G38E= =U0y0 -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/