www.delorie.com/archives/browse.cgi | search |
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 <corinna-cygwin AT cygwin DOT com> |
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 |
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 |
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 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |