[PATCH 2/4] server: Add a new get_security_object call for getting the security descriptor of an object.

Robert Shearman rob at codeweavers.com
Tue Oct 2 09:55:13 CDT 2007


Use it to implement NtQuerySecurityObject.

This causes blank security descriptors to be returned by default, which 
is correct for objects that aren't accessible outside the current 
process, but others should use the current token's default DACL.
---
  dlls/ntdll/om.c     |  215 
++++++++++++++++++---------------------------------
  server/handle.c     |   65 +++++++++++++++
  server/protocol.def |    8 ++
  3 files changed, 150 insertions(+), 138 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: e5f75137fa611ce7248b7aaea834ae3f974bdc26.diff
Type: text/x-patch
Size: 11863 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071002/33d63612/attachment.bin 


More information about the wine-patches mailing list