mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
4171127fae
commit
2e23c32cc7
2 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue