cpp-ipc icon indicating copy to clipboard operation
cpp-ipc copied to clipboard

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

Open jitin730 opened this issue 1 year ago • 2 comments

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

jitin730 avatar Nov 21 '24 07:11 jitin730

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 avatar Nov 27 '24 07:11 mutouyun

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

mutouyun avatar Dec 01 '24 11:12 mutouyun