Windows Vista OpenProcess

Home Forums Discussions General Windows Vista OpenProcess

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5074
    Deneb
    Participant

      Hello,

      On windows Vista, a GUI process calls OpenProcess on a NT service process. The NT service has already called AllocateAndInitializeSid + SetEntriesInAcl + SetSecurityInfo to enable all access rights for the process for everyone; this operation is done with success.
      On Windows 2k / xp / 2k3, the call succeeds.
      However, on Vista the call fails with ERROR_ACCESS_DENIED. Can someone help me about this? Is it a common issue for Windows Vista?

      Thank you.

      #6182
      Vadim Smirnov
      Keymaster

        Vista is relatively new stuff and I can’t advise much about it. However I would try to set a debug privilege for the GUI process instead of editing ACL.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.