https://bugs.winehq.org/show_bug.cgi?id=48891
--- Comment #24 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Damjan Jovanovic from comment #23)
Thanks for the testing. I guess this patch probably needs tests, are you willing to work on adding some?
Maybe. What would I test? NtCreateSymbolicLink() or the authorization APIs?
Have a look at the test fixed by this patch: at least WRITE_OWNER bit is not tested. Another set of tests could be added to test_kernel_objects_security() specifically for symbolic links. In general a test that replicates the call to NtCreateSymbolicLink() that msys2 performs would be nice to have as well.