From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by sourceware.org (Postfix) with ESMTPS id 9C0FF385840C for ; Mon, 24 Oct 2022 09:44:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9C0FF385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=t-online.de Received: from fwd86.dcpf.telekom.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout10.t-online.de (Postfix) with SMTP id 15DCE11243; Mon, 24 Oct 2022 11:44:00 +0200 (CEST) Received: from [192.168.2.101] ([79.230.173.42]) by fwd86.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1omtzz-3eIQOu0; Mon, 24 Oct 2022 11:43:59 +0200 Subject: Re: fish-3.5.0-1: /etc/fish/conf.d/cygwin.fish only readable by owner To: Andrew Schulman , cygwin@cygwin.com References: <40463b39-cd3b-00c2-a833-07ef5cbe2c51@t-online.de> From: Christian Franke Message-ID: <381d29c0-222b-21fd-a5dd-d450f4a2b0b4@t-online.de> Date: Mon, 24 Oct 2022 11:43:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 SeaMonkey/2.53.12 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-TOI-EXPURGATEID: 150726::1666604639-C17FC9D3-1FAE5614/0/0 CLEAN NORMAL X-TOI-MSGID: 60cc55db-a641-433b-a200-5aa8e3a13afb X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Andrew Schulman via Cygwin wrote: >> The permission of cygwin.fish looks somewhat random (depends on umask >> during build?): >> >> $ tar tvf fish-3.4.1-1.tar.xz etc/defaults/etc/fish/conf.d/cygwin.fish >> -rw-r-xr-- ... 1101 2022-04-07 20:34 >> etc/defaults/etc/fish/conf.d/cygwin.fish >> >> $ tar tvf fish-3.5.0-1.tar.xz etc/defaults/etc/fish/conf.d/cygwin.fish >> -rw------- ... 1101 2022-06-29 17:29 >> etc/defaults/etc/fish/conf.d/cygwin.fish > Hi Christian. Thanks for reporting this, and sorry for my slow reply. I was > suprprised by this, because I thought setup would set up rational permissions > for us. I've just come to expect that permissions on my Cygwin files get set to > screwy values, and I thought that setup was fixing them up for us. setup sets the permissions as specified in the tar file. > Anyway I fixed the permissions in version 3.5.1-2, which I just uploaded. Once > you update to that version, please let me know if everything looks okay again. Looks good, permissions are now -rw-r--r--. -- Regards, Christian