From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119554 invoked by alias); 27 Apr 2018 09:05:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 119509 invoked by uid 89); 27 Apr 2018 09:05:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=english, H*F:D*yandex.ru, H*RU:192.168.1.10, H*r:ip*192.168.1.10 X-HELO: forward103j.mail.yandex.net Received: from forward103j.mail.yandex.net (HELO forward103j.mail.yandex.net) (5.45.198.246) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Apr 2018 09:05:14 +0000 Received: from mxback2j.mail.yandex.net (mxback2j.mail.yandex.net [IPv6:2a02:6b8:0:1619::10b]) by forward103j.mail.yandex.net (Yandex) with ESMTP id C152734C390B; Fri, 27 Apr 2018 12:05:02 +0300 (MSK) Received: from smtp3p.mail.yandex.net (smtp3p.mail.yandex.net [2a02:6b8:0:1472:2741:0:8b6:8]) by mxback2j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id roAWAPlaMn-52fiWp7m; Fri, 27 Apr 2018 12:05:02 +0300 Received: by smtp3p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id GF0595uIh2-51fSHVEF; Fri, 27 Apr 2018 12:05:01 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp3p.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Fri, 27 Apr 2018 08:54:40 -0000 Date: Fri, 27 Apr 2018 09:05:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1823587349.20180427115440@yandex.ru> To: Ulli Horlacher , cygwin@cygwin.com Subject: Re: umask problem: wrong permissions for new files In-Reply-To: <20180426143827.GA27620@rus.uni-stuttgart.de> References: <20180420100357.GA21217@rus.uni-stuttgart.de> <6cd38c2e-2271-aaee-3263-babf905325c1@SystematicSw.ab.ca> <20180426143827.GA27620@rus.uni-stuttgart.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00330.txt.bz2 Greetings, Ulli Horlacher! > On Fri 2018-04-20 (07:25), Brian Inglis wrote: >> Cygwin supports Windows ACLs as POSIX ACLs, which are also supported by >> Linux. Use setfacl to set similar default ACLs (DACLs) on a Linux >> directory, rerun your test there, and you should see similar results. > (How) can I completly remove ACLs from the cygwin files and directories? You CAN, yes. However, you will lose any way to access the files, as explained below. > The standard UNIX permissions are sufficent for my needs and much easier > to handle :-} "Standard POSIX" permissions are insufficient even for most basic operations. They survive only because removing them would cause even more harm, than letting them sit around. >> *Never* remove DACLs from any Windows directory which will *ever* be used >> with any non-Cygwin Windows program: /undefined behaviour/ will result. > Uuups... thanks for the warning! -- With best regards, Andrey Repin Friday, April 27, 2018 11:52:38 Sorry for my terrible english... -- 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