Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 3 Dec 2002 10:15:07 -0500 From: "Pierre A. Humblet" To: cygwin AT cygwin DOT com Subject: Re: Cygwin 1.3.17 changes ls -l output Message-ID: <20021203151507.GA326007@WORLDNET> References: <20021203123649 DOT GA1788 AT tishler DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021203123649.GA1788@tishler.net> User-Agent: Mutt/1.4i On Tue, Dec 03, 2002 at 07:36:49AM -0500, Jason Tishler wrote: > After upgrading to Cygwin 1.3.17, I noticed the following change in ls > -l output: > > $ ls -ld / > drwxrwxr-x+ 15 Administ Administ 4096 Oct 21 12:07 / > ^ > Was this change intentional? Or, was it a side effect of the following? > > On Wed, Nov 27, 2002 at 07:15:17PM -0500, Christopher Faylor wrote: > > - Fix Sun acl functions. (Corinna Vinschen, Pierre Humblet) It is a side effect. The + indicates that the ACL contains more entries than necessary to represent the Unix modes. In the case of directories Cygwin always inserts extra "default" entries in the ACL (visible with getfacl). They control the permissions of files created by most Windows programs and by Cygwin programs running with nontsec. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/