aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
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')
-rw-r--r--src/man/firejail-profile.txt6
-rw-r--r--src/man/firejail.txt7
2 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index cc37670aa..68420ae9d 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -467,6 +467,12 @@ available in the new namespace is a new loopback interface (lo).
467Use this option to deny network access to programs that don't 467Use this option to deny network access to programs that don't
468really need network access. 468really need network access.
469 469
470.SH Other
471.TP
472\fBjoin-or-start sandboxname
473Join the sandbox identified by name or start a new one.
474Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname".
475
470.SH RELOCATING PROFILES 476.SH RELOCATING PROFILES
471For various reasons some users might want to keep the profile files in a different directory. 477For various reasons some users might want to keep the profile files in a different directory.
472Using \fB--profile-path\fR command line option, Firejail can be instructed to look for profiles 478Using \fB--profile-path\fR command line option, Firejail can be instructed to look for profiles
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