aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-24 08:02:49 -0400
committerLibravatar GitHub <noreply@github.com>2016-09-24 08:02:49 -0400
commita1e3d76d3fb549c56e6d49713a46e358bf935a8b (patch)
tree85a625ed2edfc872ce8e5b49422ce6d724df01f8 /src/man/firejail.txt
parentfixed make deb (diff)
parentupdate man (diff)
downloadfirejail-a1e3d76d3fb549c56e6d49713a46e358bf935a8b.tar.gz
firejail-a1e3d76d3fb549c56e6d49713a46e358bf935a8b.tar.zst
firejail-a1e3d76d3fb549c56e6d49713a46e358bf935a8b.zip
Merge pull request #805 from manevich/join-or-start
join-or-start option
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 29b0f05a2..88c884801 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -619,6 +619,13 @@ Switching to pid 1932, the first child process inside the sandbox
619 valid_lft forever preferred_lft forever 619 valid_lft forever preferred_lft forever
620 620
621.TP 621.TP
622\fB\-\-join-or-start=name
623Join the sandbox identified by name or start a new one.
624Same as "firejail --join=name" if sandbox with specified name exists, otherwise same as "firejail --name=name ..."
625.br
626Note that in contrary to other join options there is respective profile option.
627
628.TP
622\fB\-\-ls=name|pid dir_or_filename 629\fB\-\-ls=name|pid dir_or_filename
623List files in sandbox container, see \fBFILE TRANSFER\fR section for more details. 630List files in sandbox container, see \fBFILE TRANSFER\fR section for more details.
624 631