http://bugs.winehq.org/show_bug.cgi?id=11417
Summary: Wine does not honor umask when creating directory Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: winehacker@gmail.com
change the umask like
umask 002
Then run
wine notepad
File -> Open -> Right Click -> create new folder ->testwine
exit
look at the directory permissions
drwxr-xr-x 2 sedwards sedwards 4096 2008-01-31 14:28 testwine
As you can see it does not honor the umask and set group write permissions
http://bugs.winehq.org/show_bug.cgi?id=11417
--- Comment #1 from Steven Edwards winehacker@gmail.com 2008-01-31 11:27:26 --- 10067 and 11329 seem related
http://bugs.winehq.org/show_bug.cgi?id=11417
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-02-04 08:42:58 --- Should be fixed now.
http://bugs.winehq.org/show_bug.cgi?id=11417
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dan Kegel dank@kegel.com 2008-02-12 00:07:04 --- All bugs in state FIXED should be closed each time we do a release to mark the fact that the fix is now released. If the bug is somehow not really fixed, the individual bug should be reopened.