can cygwin be set not to set UNIX permissions

Corinna Vinschen cygwin@cygwin.com
Thu Aug 2 08:54:00 GMT 2001


On Thu, Aug 02, 2001 at 09:17:07AM -0600, Dana Burd wrote:
> NT will set inherited permissions on it's own.  Why can't you set cygwin to
> *not* try to set UNIX type permissions on new files or directories?  tried
> setting 'CYGWIN=nontsec nontea tty', it still altered the permissions
> inherited by the NT filesystem.

Are you using 1.3.2 or a developers snapshot?

AFAIKS, this shouldn't happen with 1.3.2 but it could happen with
the current developer snapshots.

If you're using 1.3.2, be sure to set CYGWIN=nontsec and call 

    strace -o foo.trace c:/cygwin/bin/touch foo

then grep for `alloc_sd' in foo.trace:

    grep alloc_sd foo.trace

If you get an output, something is actually wrong.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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/



More information about the Cygwin mailing list