On Sun, Nov 24, 2002 at 05:12:42PM +0100, Corinna Vinschen wrote: > On Sun, Nov 24, 2002 at 05:08:05PM +0100, Corinna Vinschen wrote: > > - ...except for in the CLASS_OBJ entry. The default setting on that > > machine for all my files is 0x1ff and, frankly, I have no idea > > how to explain that setting. Interesting enough, the Solaris > > getfacl as well as my getfacl both return 'rwx' as permission bits > > for that entry. > > Sorry, I forgot to discuss this point. Since I don't know how to > explain that setting... should we just set CLASS_OBJ to 0x1ff, too? > It matches Solaris plus it's correctly(?) printed as rwx.
Oh boy, 0x1ff is actually the same as S_IRWXU | S_IRWXG | S_IRWXO. Doesn't look *really* mysterious that way, isn't it? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc.
