[4/5] server: implement passing a process security descriptor to CreateProcess.

Joris van der Wel joris at jorisvanderwel.com
Tue Jul 8 09:28:49 CDT 2014


server: implement passing a process security descriptor to CreateProcess.

For now the function "NTDLL_create_struct_sd" has been duplicated in kernel32.
This is needed because kernel32 makes the server call. kernel32
currently makes the server call because NtCreateProcess(Ex) has not
been implemented in ntdll. When NtCreateProcessEx (and
NtCreateThreadEx) gets implemented, the server call will be made from
within ntdll instead, and this extra function in kernel32 will no
longer be needed.
---
 dlls/advapi32/tests/security.c |  3 --
 dlls/kernel32/process.c        | 87 +++++++++++++++++++++++++++++++++++++++++-
 server/process.c               | 24 ++++++++++++
 3 files changed, 110 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-server-implement-passing-a-process-security-descript.patch
Type: application/octet-stream
Size: 9204 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140708/eb8a50ab/attachment.obj>


More information about the wine-patches mailing list