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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=ZJoNGFK/px7n0P4uCoIZTPPr3ms59uUKYuE3tdCsRua
	X/5QtWXZEVvtkbn7NeqhVcEfkgo7m3EHyl7TDV6po8I5n8lbqC649nIBlbDdoc78
	K/3Luz+35v0fjTrS/MpjNOMv+OBWR7cXRovFXy091R8YwUN2gLcam2TOMiN4RN8g
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=3U1RIMnaf7mFDNmt7jmxBGN3WpA=; b=DSJ94ioBBqO+rwSJv
	UTJDkej/Xqw/2tTMuRVfRoUe7cBUI3COxAopyaPzjWDbIM3Vj9awdh7B5ihmgq0y
	99PgHJUXa24fhZeN5IpQYZ+zDnheE+JgeMFHdekSutZB6hn+yg1vMA7/cyFmfVGr
	Xz4Ypiy5F/pVHAt0GUUGZozuL4=
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=-3.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=
X-HELO: Ishtar.sc.tlinx.org
Message-ID: <5CF6E997.70201@tlinx.org>
Date: Tue, 04 Jun 2019 14:58:47 -0700
From: L A Walsh <cygwin@tlinx.org>
User-Agent: Thunderbird
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Trying to create default ACL entries to match file ACL entries
References: <5CF6C7A8.6090902@tlinx.org> <ab8ce19f-5c2a-63f4-1685-d3174a1db216@cs.umass.edu> <5CF6CD87.8000204@tlinx.org> <4df43ab7-abc9-e0ae-e9c1-ace2c07da9d9@SystematicSw.ab.ca>
In-Reply-To: <4df43ab7-abc9-e0ae-e9c1-ace2c07da9d9@SystematicSw.ab.ca>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 2019/06/04 14:26, Brian Inglis wrote:
> On 2019-06-04 13:59, L A Walsh wrote:
>   
>> lets see if this is more clear:
>> On 2019/06/04 12:44, Eliot Moss wrote:
>>     
>>> On 6/4/2019 3:34 PM, L A Walsh wrote:
>>>       
>>>> I am trying to create an entry for '/' (or '.' w/me sitting in '/')
>>>> where the default entries are the same as the file entries.
>>>>           ^^^^^^^
>>>> so tried doing:
>>>>    getfacl . | setfacl -d - .
>>>>         
>> Sorry, but am trying to get the 'file' entries (w/o the -d)
>> copied into the default.
>>     
>
> Not seeing -d, --default documented or supported in the code as an option flag
> under Cygwin: it is available under Debian/Ubuntu at least, and probably other
> Linux; 
Not to confuse things, but its under getfacl.

silly me, thinking setfacl might have the same flag
very confusing...
So need to getfacl to get access perms, then turn them into a form for
default acl...
Sigh...


--
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

