From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118473 invoked by alias); 21 Aug 2018 20:04:54 -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 118464 invoked by uid 89); 21 Aug 2018 20:04:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=wurde, H*RU:!192.168.0.101!, H*r:ip*192.168.0.101, Hx-spam-relays-external:!192.168.0.101! X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Aug 2018 20:04:52 +0000 Received: by mail-wr1-f51.google.com with SMTP id o37-v6so7990593wrf.6 for ; Tue, 21 Aug 2018 13:04:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=ZeNlc0e61zQzmoxdCp/Op4bmGIWgniGNh6Fg0zyszdc=; b=szuJdU3YSwPavHs/IcRNlM3TUxwWzZhfjEm4qUX1S3+1sIThWsZb7yn5Gb1knl2RER ahVTMwWcpI647pyqldSHGtuUURiv1JQIADi59mjfQ4Y2+GGW3yO9SjBT1lwkxdK0Uw7A b0vMwNJ3PBSrqslNUIWWm6c3ywEBcJLrn6j4puAsn01yBaCXF20RwtHzh/ae765psjur rqJkYjrEim0z+uMbXumb/cRKTS1UvYBfuP9lPaQrwJ2uZcOhnDBN37oliOJ3/RirhgvD E8nQsdbRHaJl+XLAQKepsrgXKJc0UZEalvOYUP2XLC54ppg9LuBvg5i13A+fKV/x+qCN Abwg== Return-Path: Received: from [192.168.0.101] ([151.38.45.4]) by smtp.gmail.com with ESMTPSA id r6-v6sm5389476wrt.92.2018.08.21.13.04.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Aug 2018 13:04:49 -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> From: Marco Atzeri Message-ID: Date: Wed, 22 Aug 2018 08:13: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: <05c3ca13-c103-ae7d-e727-a995a4cf5f66@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00286.txt.bz2 Am 21.08.2018 um 20:58 schrieb cyg Simple: > On 8/21/2018 11:52 AM, cyg Simple wrote: >> I've been reviewing the testing of gettext and I have a failure for all >> of the acl tests. I've found that a file without acl will obtain acl if >> the mode is changed to 605. STC below. >> >> > > 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? > I'm thinking 11(Authenticated Users) as the purpose of the test is to > determine if the use of `set_acl (file, -1, mode);` will reset to a file > without acl. > group 0 is likely root. In theory you can replace with 544 =3D Administrator but you need to be an admin. Otherwise 11 or 545 (Users) should be fine --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr=C3=BCft. https://www.avast.com/antivirus -- 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