docs: man: clarify what ipc-namespace affects

Clarify that even though Unix sockets are an IPC mechanism, IPC
namespaces do not affect them (see ipc_namespaces(7)).

Relates to #6928.

Reported-by: @tupo2
This commit is contained in:
Kelvin M. Klann 2025-10-09 01:37:00 -03:00
parent 4171127fae
commit 2e23c32cc7
2 changed files with 14 additions and 0 deletions

View file

@ -838,6 +838,13 @@ env CFLAGS="-W -Wall -Werror"
\fBipc-namespace
Enable a new IPC namespace if the sandbox was started as a regular user.
IPC namespace is enabled by default for sandboxes started as root.
.br
.br
Note: This only affects the IPC resources that are mentioned in
\fBipc_namespaces\fR(7).
It does not affect other IPC resources, such as Unix sockets (see
\fBunix\fR(7)).
.TP
\fBkeep-fd

View file

@ -1121,6 +1121,13 @@ Enable a new IPC namespace if the sandbox was started as a regular user.
IPC namespace is enabled by default for sandboxes started as root.
.br
.br
Note: This only affects the IPC resources that are mentioned in
\fBipc_namespaces\fR(7).
It does not affect other IPC resources, such as Unix sockets (see
\fBunix\fR(7)).
.br
.br
Example:
.br