[Bug 37103] New: Wine incorrectly handles UNIX group permissions
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(a)winehq.org Reporter: t.artem(a)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". -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37103 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover(a)gmail.com, | |sebastian(a)fds-team.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37103 Paulius Dilkas <paulius.internete(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paulius.internete(a)gmail.com --- Comment #1 from Paulius Dilkas <paulius.internete(a)gmail.com> --- Seems to work fine with wine-1.7.39-251-gdbf8bde. Used Windows version of emacs 24.4 for testing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37103 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Artem S. Tashkinov <t.artem(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37103 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.41. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org