X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 26 Aug 2009 21:38:11 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Inconsistent setting of readonly attribute in 1.7 ? Message-ID: <20090826193811.GG4969@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4A9580FE DOT 9080901 AT t-online DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A9580FE.9080901@t-online.de> User-Agent: Mutt/1.5.19 (2009-02-20) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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 Aug 26 20:37, Christian Franke wrote: > If ACLs are used, Cygwin 1.7 chmod() does never set R/O attribute, but > open() sets it if a R/O file is created: > [...] > This change might be enough (or not): > > fhandler_base::open (int flags, mode_t mode) > ... > -if (!(mode & (S_IWUSR | S_IWGRP | S_IWOTH))) > +if (!pc.has_acls () && !(mode & (S_IWUSR | S_IWGRP | S_IWOTH))) > file_attributes |= FILE_ATTRIBUTE_READONLY; I applied the change plus a comment. Thanks for catching. 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