delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/04/12/03:56:41

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: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 AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-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 DOT fsf AT Rainer DOT invalid> <20180411070312 DOT GK29703 AT calimero DOT vinschen DOT de> <20180411093443 DOT GM29703 AT calimero DOT vinschen DOT de> <87r2nlwtln DOT fsf AT Rainer DOT invalid> <20180412073805 DOT GS29703 AT calimero DOT vinschen DOT de>
From: Csaba Raduly <rcsaba AT gmail DOT 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 AT cygwin DOT com

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019