http://bugs.winehq.org/show_bug.cgi?id=34098
Erich Hoover erich.e.hoover@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #46482|0 |1 is obsolete| |
--- Comment #27 from Erich Hoover erich.e.hoover@gmail.com --- Created attachment 47220 --> http://bugs.winehq.org/attachment.cgi?id=47220 Fix PIPE_ACCESS_* to request correct permissions and add WRITE_DAC for GENERIC_WRITE pipes
This should be a better fix (fortunately I was still able to test!). It appears that PIPE_ACCESS_INBOUND and PIPE_ACCESS_OUTBOUND currently have _reversed_ permissions (see http://msdn.microsoft.com/en-us/library/windows/desktop/aa365600%28v=vs.85%2... ).