shared objects for different user accounts

T

Tobias

Hi,

my own service is creating a kernel object (named mutex). The service is
running under a different user account than an application, which also
accessed the named mutex. How can I allow an object to be shared in this
manner. Can I solve this problem by administrate the security policy?

Thanks for any hints!
 
Top