http://bugs.winehq.org/show_bug.cgi?id=4317
Summary: NtSetSecurityObject no implemented. Product: Wine Version: CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: vitaliy@kievinfo.com OtherBugsDependingO 4036 nThis:
More and more copy-protection systems use object security to make some calls fail. As an example: 1. Parent process creates the child process. 2. Sets the child process permissions with NtSetSecurityObject. 3. Child tries to open it's process with specific access mask. This call should fail because set permissions do not allow such access.