mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
21b92f9611
This patch concerns the case where we successfully create a read-only directory with FILE_DELETE_ON_CLOSE. Currently we return STATUS_CANNOT_DELETE (having cleared O_CREAT). This patch would change that to return success. However, tests show that this is incorrect. Actually FILE_DELETE_ON_CLOSE should always fail on a read-only file, including when that file is created by the same call. |
||
---|---|---|
.. | ||
0004-advapi32-tests-Add-tests-for-ACL-inheritance-in-Crea.patch | ||
0005-advapi32-tests-Add-ACL-inheritance-tests-for-creatin.patch |