aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2018-04-05 10:47:13 +0200
committerLibravatar GitHub <noreply@github.com>2018-04-05 10:47:13 +0200
commit1445e9d2889f1ca19d9669a97d8f8e60e606a38d (patch)
treed9716786b5ba3a9414421998d627ac7a0653e2f1
parentMerge pull request #1859 from glitsj16/atool (diff)
parentconsistent pid/PID usage (diff)
downloadfirejail-1445e9d2889f1ca19d9669a97d8f8e60e606a38d.tar.gz
firejail-1445e9d2889f1ca19d9669a97d8f8e60e606a38d.tar.zst
firejail-1445e9d2889f1ca19d9669a97d8f8e60e606a38d.zip
Merge pull request #1862 from glitsj16/man
consistent pid/PID usage
-rw-r--r--src/man/firejail.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index d89a763a9..e55d01253 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -468,7 +468,7 @@ Example:
468$ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib 468$ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib
469 469
470.TP 470.TP
471\fB\-\-fs.print=name|print 471\fB\-\-fs.print=name|pid
472Print the filesystem log for the sandbox identified by name or by PID. 472Print the filesystem log for the sandbox identified by name or by PID.
473.br 473.br
474 474
@@ -633,7 +633,7 @@ If a program is specified, the program is run in the sandbox. This command is av
633Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. 633Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox.
634 634
635.TP 635.TP
636\fB\-\-join-network=name|PID 636\fB\-\-join-network=name|pid
637Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox. 637Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox.
638If a program is specified, the program is run in the sandbox. This command is available only to root user. 638If a program is specified, the program is run in the sandbox. This command is available only to root user.
639Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. Example: 639Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. Example:
@@ -1772,7 +1772,7 @@ Example:
1772$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk 1772$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk
1773 1773
1774.TP 1774.TP
1775\fB\-\-seccomp.print=name|PID 1775\fB\-\-seccomp.print=name|pid
1776Print the seccomp filter for the sandbox identified by name or PID. 1776Print the seccomp filter for the sandbox identified by name or PID.
1777.br 1777.br
1778 1778
@@ -1957,7 +1957,7 @@ shell.
1957Example: 1957Example:
1958$firejail \-\-shell=/bin/dash script.sh 1958$firejail \-\-shell=/bin/dash script.sh
1959.TP 1959.TP
1960\fB\-\-shutdown=name|PID 1960\fB\-\-shutdown=name|pid
1961Shutdown the sandbox identified by name or PID. 1961Shutdown the sandbox identified by name or PID.
1962.br 1962.br
1963 1963