[PATCH 4/8] server: Add server descriptor field to object struct.

Vitaliy Margolen wine-patches at kievinfo.com
Sun Jan 21 23:37:10 CST 2007


Each object should have a security descriptor, either set during object creation
or default, derived from token.

To simplify things a bit I decided to treat objects without SD as "unsecured" -
same as they are now. This simplifies security checks, and does not penalize
apps that do not use additional security.

---
 server/object.c |    2 ++
 server/object.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4db4c234cfcfff446cb383da263db4196c5e10bf.diff
Type: text/x-patch
Size: 1125 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070121/ee3c78a0/4db4c234cfcfff446cb383da263db4196c5e10bf.bin


More information about the wine-patches mailing list