www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/09/24/12:29:46

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Date: Fri, 24 Sep 2010 18:28:26 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: 1.7.7(0.230/5/3) - Cannot change mode of file, and other permission issues on a Windows fileshare
Message-ID: <20100924162826.GA25401@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <AANLkTi=F-QAnEhpPzZWn0xgseHg_MBnjM-1PaHqMaWjY AT mail DOT gmail DOT com> <20100921165156 DOT GD13235 AT calimero DOT vinschen DOT de> <AANLkTinJwrg330G0kEJRp5aL4Pdat6uyzqfsROFjANqL AT mail DOT gmail DOT com> <20100924092627 DOT GB6694 AT calimero DOT vinschen DOT de> <AANLkTikzf3WrnqHjoF28OPHRzWQzNHi-pfEtszbgjoSG AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <AANLkTikzf3WrnqHjoF28OPHRzWQzNHi-pfEtszbgjoSG@mail.gmail.com>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Sep 24 08:49, Keith Christian wrote:
> > Does a call to chmod fail as well?  If so, can you create an strace of
> > such a chmod, like this:
> >
> >  $ touch foo
> >  $ strace -o chmod.trace chmod 444 foo
> >
> > and send the chmod.trace file to the list?
> 
> 
> 
> Thanks, Corinna,
> 
> Yes, I receive "chmod: changing permissions of `foo': Permission
> denied" when executing chmod 444 foo.

Here's the problem:

 fhandler_base::open: C0000022 = NtCreateFile (0x0, E0100, \??\Z:\foo, io, NULL, 0, 7, 1, 4000, NULL, 0)

Cygwin tries to open the file for writing the control information
requesting WRITE_DAC and WRITE_OWNER access, but the remote filesystem
refuses the request with an "Access denied" status code.

I was going to say that we can't do anything against that, but then
it occured to me that this isn't quite right.  Actually we don't
need WRITE_OWNER access for the chmod functionality, so it's perhaps 
still possible to call chmod on that remote filesystem if cygwin omits
the WRITE_OWNER access flag when opening the file.

I applied a tiny patch to Cygwin, which only requests WRITE_DAC, not
WRITE_OWNER in calls to chmod.  Please test the next developer's
snapshot from http://cygwin.com/snapshots/ and see if it fixes your
problem.  If you still get "Permission denied", it's actually a problem
of the server which doesn't allow to change the ACL of a file via the
share for some reason.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019