From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57734 invoked by alias); 21 Aug 2018 23:57:36 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 57694 invoked by uid 89); 21 Aug 2018 23:57:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=marco, Marco, Nothing, During X-HELO: mail-io0-f180.google.com Received: from mail-io0-f180.google.com (HELO mail-io0-f180.google.com) (209.85.223.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Aug 2018 23:57:34 +0000 Received: by mail-io0-f180.google.com with SMTP id y12-v6so87295ioj.13 for ; Tue, 21 Aug 2018 16:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:reply-to:from:openpgp:autocrypt:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xKwsS3Z1W/+0IduHpko72xBfEeosh8RGIAKZ5Ans/Zg=; b=V2uwW7VxiYl6CVaHJYAhkr12+3f63amePyIcAB0s+9wkUqOpzMNcvSUBY3g/NdFePF THln1SHFu6oXD1eSmZb6own3PcXSp85+hbd3wY5jof54W5B5Vd3gWBHJMtxXo59Ewz2J CFAmpwibvM4JVHif6gGR55G2LTS5rsCZb/CMp29BVTvs9hCnSUeC8W13h2khb6Ii+9vY VyDmNvvKGkdLyD8jNs9hEsa+6EVzh3+KU3+1SCoLxoL5PnphE/X7re5QFUoCs9Sxkx+T 6EWjV/yplkQcsdhbnHOlzvYHnStzSmoyauRBWq4oyf5U+fWVgg6wQ4ou5+b4tpOx3eOj 4OsA== Return-Path: Received: from [192.168.0.16] ([69.47.131.109]) by smtp.gmail.com with ESMTPSA id b3-v6sm178166itj.32.2018.08.21.16.57.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Aug 2018 16:57:32 -0700 (PDT) Subject: Re: gettext - acl tests - cygwin specific code path To: cygwin@cygwin.com References: <20968a92-9900-5fd0-807c-29facf8b84de@gmail.com> <05c3ca13-c103-ae7d-e727-a995a4cf5f66@gmail.com> <42935325.20180821231318@yandex.ru> Reply-To: cygwin@cygwin.com From: cyg Simple Openpgp: preference=signencrypt Message-ID: <5f3f087a-bbf3-c99f-cdd2-ba876b09d876@gmail.com> Date: Wed, 22 Aug 2018 10:19:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <42935325.20180821231318@yandex.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00289.txt.bz2 On 8/21/2018 4:13 PM, Andrey Repin wrote: > Greetings, cyg Simple! > >> During the testing at least one of the tests does `setfacl -m group:0:1 >> tmpfile0`. Obviously this gets a 'permission denied' error as group 0 >> doesn't exist. What do you suggest for reasonable replacement for 0? > > Nothing. Not all systems have a concept of "group 0". Just skip this test. I'm not interested in skipping the test; after all the path for the test is Cygwin specific. It's just not the correct thing to do for the Cygwin specific path. I believe 11 to be the correct test and will pursue that upstream. Marco suggested maybe 544(Administrator) but that doesn't work with a typical user build while doing the same in Linux for root group 0 as a typical user I would need to have elevated privilege in Windows to use 544. -- cyg Simple -- 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