Andreas Mohr wrote:

Hi,

the create_file request checks for GENERIC_READ or GENERIC_WRITE,
but not for GENERIC_ALL.


The flags should be mapped from generic to specific access rights. The wineserver should then check for a subset of these attributes. This would also allow applications to use FILE_READ_DATA and FILE_WRITE_DATA and still work.

--
Rob Shearman


Reply via email to