delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/08/21/16:05:04

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=bCgmRQYyq0OZrgcj
65kIsVBOXrBkXh08xgASLNIzmk6CiubjJeHWaH5723nhU0KWfLn+JSQam1xwYtm+
5b9G88gHt0VluoX/oHuW+jGx7E84jvEoFFxcHvJ0iif2zR3vJbuIZb/S+gtHegsG
kgIQm/2R5Lghlb7J7nsyzWC7MZI=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=l4/n82ZpLkRgDiFn/osTyK
55yvc=; b=IZanr5WSF6W4DcMyhm3SRVE/j/oVg3Wtrb0ukRPLQ7LR/l+CA8CX7K
ReYjqiV2U2mh7oK43g+rZ2u3n/aCQBxHgw5vtCMjKOZdy5U2xcpVdojtjCCOfbAM
MpYugA9eMVXg+L9i8At+ILml1urq1HWRdXt6URU2lrB6qBzH+Lxs8=
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-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
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==
Subject: Re: gettext - acl tests - cygwin specific code path
To: cygwin AT cygwin DOT com
References: <20968a92-9900-5fd0-807c-29facf8b84de AT gmail DOT com> <05c3ca13-c103-ae7d-e727-a995a4cf5f66 AT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <e979c4d0-1bd8-5751-cebb-c84556e73d6b@gmail.com>
Date: Tue, 21 Aug 2018 22:04:43 +0200
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>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w7LK53Ox010982

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 = 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üft.
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


- Raw text -


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