mutouyun / cpp-ipc

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
Other
1.81k stars 341 forks source link

No ipc communication between gui(logged in user) and Linux services(run with root) #133

Open jitin730 opened 1 week ago

jitin730 commented 1 week ago

when i run the linux service (.service file) with root and run GUI as a normal user than they do not receive message from the receiver

mutouyun commented 5 days ago

I will test your case over the weekend. It seems that the problem is caused by inconsistent permissions, which may not be solved quickly.

mutouyun commented 1 day ago

I tried to modify it. Now you can create a channel with root privileges and then communicate with it as a normal user. 2673453)