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/