This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: can cygwin be set not to set UNIX permissions


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]