From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by sourceware.org (Postfix) with ESMTPS id 98BCB3858C2F for ; Sat, 2 Jul 2022 17:17:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 98BCB3858C2F 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 fwd78.dcpf.telekom.de (fwd78.aul.t-online.de [10.223.144.104]) by mailout08.t-online.de (Postfix) with SMTP id 5434D1458 for ; Sat, 2 Jul 2022 19:17:16 +0200 (CEST) Received: from [192.168.2.102] ([87.187.34.65]) by fwd78.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1o7gk3-0rejgG0; Sat, 2 Jul 2022 19:17:11 +0200 From: Christian Franke Subject: fish-3.5.0-1: /etc/fish/conf.d/cygwin.fish only readable by owner To: cygwin@cygwin.com Message-ID: <40463b39-cd3b-00c2-a833-07ef5cbe2c51@t-online.de> Date: Sat, 2 Jul 2022 19:17:11 +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 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-TOI-EXPURGATEID: 150726::1656782231-0143C329-7C21C97E/0/0 CLEAN NORMAL X-TOI-MSGID: 9b21ad65-7eb7-43cb-b574-18f5e03ef131 X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, BODY_8BITS, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2022 17:17:19 -0000 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 BTW: Easily found during testing of new setup rc 2.920 with etckeeper installed: $ etckeeper vcs log -1 ...     committing changes in /etc after cygwin-setup run     Packages with configuration changes:     -fish 3.4.1-1     +fish 3.5.0-1     Package changes:     -fish 3.4.1-1     +fish 3.5.0-1 $ etckeeper vcs diff --stat HEAD^  .etckeeper                           | 4 ++--  defaults/etc/fish/conf.d/cygwin.fish | 0  fish/conf.d/cygwin.fish              | 0  setup/installed.db                   | 2 +-  4 files changed, 3 insertions(+), 3 deletions(-) $ etckeeper vcs diff HEAD^ .etckeeper ... -maybe chmod 0754 'defaults/etc/fish/conf.d/cygwin.fish' +maybe chmod 0600 'defaults/etc/fish/conf.d/cygwin.fish' ... -maybe chmod 0754 'fish/conf.d/cygwin.fish' +maybe chmod 0600 'fish/conf.d/cygwin.fish' ... -- Regards, Christian