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:mime-version:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; q=dns; s=default; b=S8lZ5REdcvZs2V6qRYbS L7vfr0R5zda+t1BvQD+/UEkTV0QjQZrACg5jOdmVU3mABw8cEErAtGZGbl8aeGRN 45CQDivqKI9wT884eMeWqYQfuRYAa87dGq/szE6DA5WyBOjbfed0jma78rSDebVH 7/j7z0qFuq4IETg/oortgaw= 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:mime-version:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; s=default; bh=FI5IOGUvI7PmP70icXPFh0L4WM I=; b=Dvx/LSb5V5tay8RbtU9vADndQ+rFntdtR9P+Bvmg4HFw60y78HNp4Tk6ht LXXyE9CmaSuArqfRWtvsmo1p1PDygffH/+imfVJBJmBepgVpox4FSTwK7XakPqrp U6vbTWRmqNPosK06nEhpxGu0jw6QhbZ3eF6x38gBRl5dCA33g= 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=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=H*RU:esmtpa, H*r:esmtpa, HX-Spam-Relays-External:esmtpa, HX-Get-Message-Sender-Via:sk:authent X-HELO: www16.qth.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 04 Jun 2019 17:34:36 -0400 From: Chris Wagner To: cygwin AT cygwin DOT com Subject: Re: Trying to create default ACL entries to match file ACL entries In-Reply-To: <5CF6C7A8.6090902@tlinx.org> References: <5CF6C7A8 DOT 6090902 AT tlinx DOT org> Message-ID: <31d3c868824fc32a16ce8a10e130d72b@plebeian.com> X-Sender: wagnerc AT plebeian DOT com User-Agent: Roundcube Webmail/1.3.8 X-IsSubscribed: yes Hi Linda, / is just a mount to something like C:\Cygwin64 so there is no problem in changing it. You should delete all the target thing's permissions first to guarantee starting from a clean slate. $ setfacl -kb z2/ && getfacl z1/ |setfacl -f - z2/ This works for me with the latest packages. HTH, Chris -- 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