You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This "Inter-process communications" toggle controls whether a fresh System V IPC namespace is created, not interprocess communications as a whole. It should be renamed to something like "Legacy inter-process communications". It's not needed in practice. It's not officially deprecated or anything like that but it would be incredibly odd for it to be used for communication between user-facing applications. It's entirely disabled on some platforms and isn't something people miss in practice. It can certainly be considered legacy for desktop apps where control over D-Bus communication is likely to become finer-grained but not this, which simply isn't designed for it.
This "Inter-process communications" toggle controls whether a fresh System V IPC namespace is created, not interprocess communications as a whole. It should be renamed to something like "Legacy inter-process communications". It's not needed in practice. It's not officially deprecated or anything like that but it would be incredibly odd for it to be used for communication between user-facing applications. It's entirely disabled on some platforms and isn't something people miss in practice. It can certainly be considered legacy for desktop apps where control over D-Bus communication is likely to become finer-grained but not this, which simply isn't designed for it.
https://man7.org/linux/man-pages/man7/ipc_namespaces.7.html
https://man7.org/linux/man-pages/man7/sysvipc.7.html
The text was updated successfully, but these errors were encountered: