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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=UPLzB0J
	bLbDqRO7pZ62Cw9tcgFYbfp4Te5602i/7f692ivhfVhOpxSC+nNBZzhrztb9Tjw6
	1VX8pwcWR5AwGOY4DdMzBWr5vClbAfN1ttZYfTvsT5yIGnbGzIYNlnOMzhphA36a
	NmKryjXFMzhlg2DcRsAF0wkq1SB7F7FcO5DM=
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:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=oyjD2NmVBPnQf
	mG2y6ImhpC+c0w=; b=lAci4VtGFj6w8mon0KETxr1TpQ1GOzQHUjw2VliZnuD37
	le+2pEKAf8Ril6W/DwKx8ncXiDWH/5a6k5hdirTtMNyKXbytKG81vwLElYtWSJMP
	EH1ARnDjjZ8BJIRyjDyPzr8S1cvl/9Lp7VvVszU9k2vZnlt+NPnOLah131/SPg=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Thu, Scott, Meyers, meyers
X-HELO: mail-qk0-f193.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=2VtBeZj8EiDuB05ONMFADrYtQ52l+kUCmc5C4h5T0vw=;        b=eaJuasaaZDJPD430scWGohPt2Y3euPjVcU9oglOSvKnRjh6i9SqDEB1h48la9C8Oa4         ecNcXWTyTENAHwKOE9ZL0m+pu0srcnJCao95N4PnvG5lCQtclLCZHYePs5FmRhx4nE8S         v6KCO3euxW8r9cZuO8gRUfxy93ePaWcbDbWe7/bcx8FbRrkW+HFlxUpB2jscB82gWoko         K5cBSO3gNJbm6TJiY/MjyhUHbZG2/istkRkGL8Styyxvg1s05WiyxSFMk+14YSUsQxjh         MH1BzIUV057nNfcm5l2BGnN+GmcPQd9HZIXVyUvjwpq1AZiB9xOiWVIarawK4rAfXVLq         a/FQ==
X-Gm-Message-State: ALQs6tBNPrMnWiF2PXlPJdNkw/yDYKQq09oXZrGgeoShlqBdVRl401T4	0Pu4BX10ncpaZuEOMBJXivmBYnhjN/z2pLvhOiU=
X-Google-Smtp-Source: AIpwx48PDe5BRxPlms9fltVQX/ANzg5+XbjvcwSnoZpVhF6yy63LEmHx7oGSDJAbu7XyNtUhTIks6S/Z8LQQXLgM87Y=
X-Received: by 10.55.9.133 with SMTP id 127mr5710426qkj.17.1523519786512; Thu, 12 Apr 2018 00:56:26 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <20180412073805.GS29703@calimero.vinschen.de>
References: <874lkjt3dw.fsf@Rainer.invalid> <20180411070312.GK29703@calimero.vinschen.de> <20180411093443.GM29703@calimero.vinschen.de> <87r2nlwtln.fsf@Rainer.invalid> <20180412073805.GS29703@calimero.vinschen.de>
From: Csaba Raduly <rcsaba@gmail.com>
Date: Thu, 12 Apr 2018 09:56:26 +0200
Message-ID: <CAEhDDbBZUXOPb1g7gp+2RVFq--_9iBATEhfMzF5nMTFoG+gT4g@mail.gmail.com>
Subject: Re: [Bug] File permissions across domains
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"

On 4/12/18, Corinna Vinschen wrote:
> See sec_acl.cc, line 1127ff.  This calls a function
> authz_get_user_attribute which in turn calls a method
> authz_ctx::get_user_attribute, sec_helper.cc, line 811ff.

Ouch. Are there so many lines that you have to use hexadecimal notation ?

Csaba
-- 
You can get very substantial performance improvements by not doing the
right thing.
   - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformat way
to get the wrong information: this is what you want. - Scott Meyers
(C++TDaWYK)

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

