X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Message-ID: <4FEB1189.80902@cwilson.fastmail.fm> Date: Wed, 27 Jun 2012 09:58:33 -0400 From: Charles Wilson Reply-To: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [PATCH] root-uid: new module References: <4FEA4A72 DOT 8090003 AT cs DOT ucla DOT edu> <4FEA4D53 DOT 3090409 AT redhat DOT com> <4FEA4FDB DOT 5030105 AT cs DOT ucla DOT edu> <4FEA5161 DOT 6010503 AT redhat DOT com> In-Reply-To: <4FEA5161.6010503@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 On 6/26/2012 8:18 PM, Eric Blake wrote: > Broadening the question, does the cygwin community have advice on the > best implementation of a function that returns true if the argument is a > uid with full privileges (for example, if the uid is a member of the > Administrator group, and can therefore read files in spite of chown() > disabling all the read permissions)? We're trying to improve gnulib > (and therefore coreutils, findutils, tar, ...) to use an > implementation-appropriate check rather than the more traditional > hard-coded check of uid==0, since that doesn't quite work everywhere. There is some support code for doing various Win32-related group/user analysis like this in cygwin's login package. The files you'd be interested in -- winsec.c and winpriv.c, along with test_winsec.c -- were written by Chris Rodgers, me, and I'm sure Corinna contributed a few patches along the way. Those three files are under slightly different licenses, but are MIT/X-ish. -- Chuck -- 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