Sweden-Number/dlls/advapi32/tests
Damjan Jovanovic 4fddab4813 server: The owner of a securable object should have all the standard access rights.
Cygwin fork() fails in NtCreateSymbolicLinkObject(). We successfully
create the link but then fail to alloc_handle() with STATUS_ACCESS_DENIED,
because the requested access rights exceed what the owner is allowed.
Allow it more.

Thank you to Dmitry Timoshkov for debugging the security details from
alloc_handle() onwards.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48891
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 31e984a09d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-10-27 21:40:02 +02:00
..
Makefile.in advapi32/tests: Add more RegLoadMUIString tests. 2019-05-27 14:41:53 +02:00
cred.c include: Make ARRAY_SIZE() available in wine/test.h. 2018-05-25 12:09:17 +02:00
crypt.c advapi32/tests: Add more cases for CryptReleaseContext(). 2020-03-17 16:04:49 +01:00
crypt_lmhash.c advapi32/tests: Spelling tweaks in ok() messages. 2019-09-02 20:46:52 +02:00
crypt_md4.c advapi32/tests: Make function pointers static and remove redundant typedefs. 2010-10-01 13:33:37 +02:00
crypt_md5.c advapi32/tests: Make function pointers static and remove redundant typedefs. 2010-10-01 13:33:37 +02:00
crypt_sha.c advapi32/tests: Use explicit prototypes for function pointers. 2009-09-09 13:13:25 +02:00
eventlog.c ntdll: Add missing spec file entry for EtwEventWriteString. 2019-10-31 17:44:06 +01:00
lsa.c advapi32: Implement LsaGetUserName. 2020-11-10 20:31:58 +01:00
registry.c advapi32/tests: Check RegGetValueA() RRF_SUBKEY_WOW64??KEY validation. 2020-03-27 21:16:13 +01:00
rsrc.rc advapi32/tests: Add more RegLoadMUIString tests. 2019-05-27 14:41:53 +02:00
security.c server: The owner of a securable object should have all the standard access rights. 2021-10-27 21:40:02 +02:00
service.c advapi32/tests: Don't check the display name if not in an English locale. 2020-11-30 21:36:12 +01:00