aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-14 12:10:55 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-14 12:10:55 -0500
commite9166dc417066e90bd2e544f0a2c79af159d43e7 (patch)
tree971572c3d6d55a5a3f22d3c7d45c7c8eb49ad8b5 /src/man
parent--join fixes (diff)
downloadfirejail-e9166dc417066e90bd2e544f0a2c79af159d43e7.tar.gz
firejail-e9166dc417066e90bd2e544f0a2c79af159d43e7.tar.zst
firejail-e9166dc417066e90bd2e544f0a2c79af159d43e7.zip
join command enhancements
Diffstat (limited to 'src/man')
-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