aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 895b7a3af..66ec40ce9 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -531,6 +531,34 @@ $ firejail \-\-list
531$ firejail \-\-join=3272 531$ firejail \-\-join=3272
532 532
533.TP 533.TP
534\fB\-\-join-filesystem=name
535Join the mount namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox.
536If a program is specified, the program is run in the sandbox. This command is available only to root user.
537Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox.
538
539.TP
540\fB\-\-join-filesystem=pid
541Join the mount namespace of the sandbox identified by process ID. By default a /bin/bash shell is started after joining the sandbox.
542If a program is specified, the program is run in the sandbox. This command is available only to root user.
543Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox.
544
545.TP
546\fB\-\-join-network=name
547Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox.
548If a program is specified, the program is run in the sandbox. This command is available only to root user.
549Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox.
550
551.TP
552\fB\-\-join-network=pid
553Join the network namespace of the sandbox identified by process ID. By default a /bin/bash shell is started after joining the sandbox.
554If a program is specified, the program is run in the sandbox. This command is available only to root user.
555Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox.
556
557
558
559
560
561.TP
534\fB\-\-list 562\fB\-\-list
535List all sandboxes, see \fBMONITORING\fR section for more details. 563List all sandboxes, see \fBMONITORING\fR section for more details.
536.br 564.br