-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipc: fix force-filesystem-sockets #358
Conversation
Seems to work just fine on Linux with both fs and non-fs sockets. Sadly doesn't work on FreeBSD when running ipc.test. |
It cannot work where abstract sockets are not supported (such as FreeBSD Am I right to think it's related to my recent comment Note that the problem may be (with FreeBSD stock package is) actually Sure enough, end-users and downstreams may replicate this "win" with What about using What about using For good measure, two things can be added:
In Linux/systemd settings, this schema could then be completed with Note that 1. would also afford a convenient multi-container sharing Just a dump of some of my thoughts here. |
.... or replace Another idea would be to make |
So the updated patch now effectively reverts #248. What's the point? I think the right solution to the problem is along the lines mentioned Btw. the permissions issue we are talking about here was precisely |
the /etc/libqb/force-filesystem-sockets option got broken for some applications in the last security update.
Latest patch seems to work fine on Linux with or without forced fs sockets and FreeBSD. So Ack by me. |
Thanks for the review. |
the /etc/libqb/force-filesystem-sockets option got broken for some
applications in the last security update.