IPC across users rights.
Posted: Sat Feb 16, 2013 10:08 pm
I have a service that currently talks to a client via named pipes.
I need to update it so it can run as a user with more privilages than the client has. I thought I had notes about re-setting access rights for the pipe so that they could work; but I can't find it...
does anyone know of a non-tcp/ip/udp based way to have IPC when service is running at a higher elevation than the user?
I need to update it so it can run as a user with more privilages than the client has. I thought I had notes about re-setting access rights for the pipe so that they could work; but I can't find it...
does anyone know of a non-tcp/ip/udp based way to have IPC when service is running at a higher elevation than the user?