X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.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 <takimoto_j@me.com>
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@kba.biglobe.ne.jp> <a3f39b7e-2d34-a649-e5c1-7dd656b96af5@towo.net> <20200226105447.GQ4045@calimero.vinschen.de>
To: cygwin@cygwin.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 <corinna-cygwin@cygwin.com> 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

