X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:content-type:content-transfer-encoding :mime-version:subject:date:references:to:in-reply-to:message-id; q=dns; s=default; b=q8tAGX212Fn0EPv5ZEhJ08xQNvP9E2QDVeNt9PudbXG hfYwKRjtl9dQKju3cdrigNWAkUvPRyBDOLhu8caQ2YeypwVRPHa82fzSMvXl1w1p yQCM1qXkN8gcaN5FLayy640c4lxp9Xe8TE5479Mn0PMjVdyJIqCunDBiOBGg5SJo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:content-type:content-transfer-encoding :mime-version:subject:date:references:to:in-reply-to:message-id; s=default; bh=JLbF0ddCT9hpelwSnJBlcNgkmNY=; b=Wpw6kfxmjmvhtnzUf /GLGJOXr7qcVe5T2fOjRWWTlvQn5BMcYyG8PZJ2tpPrzY9ovL3BKh5bL05wjzyz8 4dRHDSaiqi4zyJAtj6yWDaedgOvnN7VAW+0CM9ZLw7A2NjQrmjRIap136ftbpzAt dXHdUjaONidkkmhmEbTtkqHv1o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=glob, U*corinna-cygwin, sk:corinna, corinna-cygwin AT cygwin DOT com X-HELO: pv50p00im-tydg10021701.me.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1582733418; bh=KTn2ffvgK60qK9IWJZIDNmJFmTSLiIfAfYBLntaBKFw=; h=From:Content-Type:Subject:Date:To:Message-Id; b=jzTRbW8uguwFaKt7g6ZhqBpCpD9QPFJXar2g7AbCmMXM2h9XijczIf3ysV0VYYnAw ITqPEuAhpJxhvHKA7Et3ButGV5iKU+9CF6eVSQ+NuSPWcKuMUf1bL2UjfTdSO+tiCD 0PvOzuMKf60bupc8aav3xdgnQos/fg63kdQ/gdzkwQpG7oB/gG/cMaFlTMvXcQqCRS /4nDBSu7j0NSME99Zg2JlQzHoW76zwMaeCkExx5SKmHyTgzJofj/alrWwShGUEX37A MA0AoR027JcrTVrqmUftR3etH7o1MRQe4u7UKDccMVxdb7Idr/2LQCklqM8adW0G3L SmGAeobgjr16Q== From: Jun-ichi Takimoto Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: directory without search permission is searchable? Date: Thu, 27 Feb 2020 01:10:16 +0900 References: <06DDE076-BDA6-4877-BDD3-7F670CB38DB0 AT kba DOT biglobe DOT ne DOT jp> <20200226105447 DOT GQ4045 AT calimero DOT vinschen DOT de> To: cygwin AT cygwin DOT com In-Reply-To: <20200226105447.GQ4045@calimero.vinschen.de> Message-Id: <50D8AFE1-088D-40FA-AAD7-217A06DF87BA@me.com> > 2020/02/26 19:54, Corinna Vinschen wrote: > > The default is to bypass traverse checking for *all* users. Thanks. The reason I asked about this is: zsh recently added a test to confirm that a glob pattern "*/" does NOT include "dir/" if the directory "dir" has no search permission. This test fails on Cygwin. A patch to skip this test on Cygwin: http://www.zsh.org/mla/workers/2020/msg00317.html I will soon push this to zsh git master. Jun -- 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