From 430a442a99e8ebf2f3e18f22bdf182abd9103136 Mon Sep 17 00:00:00 2001 From: Aleksey Manevich Date: Fri, 23 Sep 2016 19:44:42 +0300 Subject: update man --- src/man/firejail-profile.txt | 6 ++++++ src/man/firejail.txt | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'src/man') 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). Use this option to deny network access to programs that don't really need network access. +.SH Other +.TP +\fBjoin-or-start sandboxname +Join the sandbox identified by name or start a new one. +Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname". + .SH RELOCATING PROFILES For various reasons some users might want to keep the profile files in a different directory. Using \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 @@ -618,6 +618,13 @@ Switching to pid 1932, the first child process inside the sandbox .br valid_lft forever preferred_lft forever +.TP +\fB\-\-join-or-start=name +Join the sandbox identified by name or start a new one. +Same as "firejail --join=name" if sandbox with specified name exists, otherwise same as "firejail --name=name ..." +.br +Note that in contrary to other join options there is respective profile option. + .TP \fB\-\-ls=name|pid dir_or_filename List files in sandbox container, see \fBFILE TRANSFER\fR section for more details. -- cgit v1.2.3-54-g00ecf