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