https://bugs.winehq.org/show_bug.cgi?id=37103
Bug ID: 37103 Summary: Wine incorrectly handles UNIX group permissions Product: Wine Version: 1.7.24 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: t.artem@mailcity.com
Here's a very simple testcase.
You've got (userid/groupid = me) a directory which belongs to a different user (userid/groupid = otheruser). This directory user is "otheruser". This directory group is "me". Permissions are 770.
$ ls -la drwxrwx--- 2 otheruser me 4096 Aug 14 00:30 TestFolder
When I'm using native UNIX applications, I can create new files and erase any files from this folder (the sticky bit is not set).
$ cd TestFolder $ touch testfile $ echo $? 0
$ ls -la anotherfile -rw-r--r-- 1 otheruser otheruser 1111 May 1 11:11 anotherfile $ rm anotherfile $ echo $? 0
When I'm using Wine applications, I cannNOT create new files or erase existing files in this folder. The error is "Permission denied".
https://bugs.winehq.org/show_bug.cgi?id=37103
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com, | |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=37103
Paulius Dilkas paulius.internete@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paulius.internete@gmail.com
--- Comment #1 from Paulius Dilkas paulius.internete@gmail.com --- Seems to work fine with wine-1.7.39-251-gdbf8bde. Used Windows version of emacs 24.4 for testing.
https://bugs.winehq.org/show_bug.cgi?id=37103
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Artem S. Tashkinov t.artem@mailcity.com --- (In reply to Paulius Dilkas from comment #1)
Seems to work fine with wine-1.7.39-251-gdbf8bde. Used Windows version of emacs 24.4 for testing.
Seems to be fixed in 1.7.40.
https://bugs.winehq.org/show_bug.cgi?id=37103
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.41.