Sweden-Number/dlls/advapi32
Damjan Jovanovic 31e984a09d 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>
2021-06-08 22:28:44 +02:00
..
tests server: The owner of a securable object should have all the standard access rights. 2021-06-08 22:28:44 +02:00
Makefile.in advapi32: Build with msvcrt. 2020-09-09 20:30:31 +02:00
advapi.c advapi32: Use wide character string literals. 2020-09-10 22:06:39 +02:00
advapi32.spec advapi32: Add stub for LsaEnumerateAccounts. 2021-05-11 22:15:05 +02:00
advapi32_misc.h advapi32: Replace SERV_dup() with strdupAW(). 2020-04-28 11:21:40 +02:00
cred.c advapi32: Use wide character string literals. 2020-09-10 22:06:39 +02:00
crypt.c advapi32: Handle exceptions from dereferencing invalid crypt objects' handles. 2021-02-23 22:30:31 +01:00
crypt.h advapi32: Use standard refcount in CRYPTPROV. 2020-03-17 16:00:07 +01:00
crypt_arc4.c advapi32: Constify some variables. 2009-03-27 11:23:10 +01:00
crypt_des.c
crypt_lmhash.c
eventlog.c advapi32: Stub QueryTraceA(). 2021-04-26 21:34:02 +02:00
lsa.c advapi32: Quiet a couple of noisy FIXMEs. 2021-05-18 09:56:37 +02:00
registry.c advapi32: Build with msvcrt. 2020-09-09 20:30:31 +02:00
security.c advapi32: Don't revoke ACCESS_DENIED_ACE. 2021-03-15 22:23:02 +01:00
service.c advapi32: Remove superfluous cast to self. 2020-09-22 21:45:37 +02:00
version.rc advapi32: Update version resource. 2021-04-05 15:07:01 +02:00
wmi.c advapi32: Build with msvcrt. 2020-09-09 20:30:31 +02:00