aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar root <root@debian>2016-01-14 11:15:59 -0500
committerLibravatar root <root@debian>2016-01-14 11:15:59 -0500
commit3a4d7acdf2213778daa18ce98c94905bc87982ed (patch)
tree67d441e0ae0e48fee9d297b1f3f0b5bf539ab9ff /src/man/firejail.txt
parentinstalation umask fix (diff)
downloadfirejail-3a4d7acdf2213778daa18ce98c94905bc87982ed.tar.gz
firejail-3a4d7acdf2213778daa18ce98c94905bc87982ed.tar.zst
firejail-3a4d7acdf2213778daa18ce98c94905bc87982ed.zip
--join fixes
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 75e962b56..895b7a3af 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -495,7 +495,11 @@ $ firejail \-\-ipc-namespace firefox
495.TP 495.TP
496\fB\-\-join=name 496\fB\-\-join=name
497Join the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox. 497Join the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox.
498If a program is specified, the program is run in the sandbox. 498If a program is specified, the program is run in the sandbox. If \-\-join command is issued as a regular user,
499all security filters are configured for the new process the same they are configured in the sandbox.
500If \-\-join command is issued as root, the security filters, cgroups and cpus configurations are not applied
501to the process joining the sandbox.
502
499.br 503.br
500 504
501.br 505.br
@@ -510,8 +514,11 @@ $ firejail \-\-join=mygame
510 514
511.TP 515.TP
512\fB\-\-join=pid 516\fB\-\-join=pid
513Join the sandbox identified by PID. By default a /bin/bash shell is started after joining the sandbox. 517Join the sandbox identified by process ID. By default a /bin/bash shell is started after joining the sandbox.
514If a program is specified, the program is run in the sandbox. 518If a program is specified, the program is run in the sandbox. If \-\-join command is issued as a regular user,
519all security filters are configured for the new process the same they are configured in the sandbox.
520If \-\-join command is issued as root, the security filters, cgroups and cpus configurations are not applied
521to the process joining the sandbox.
515.br 522.br
516 523
517.br 524.br