From 811af13d5120e85d1e0cb2cbc9ea0b60c0350af7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 17 Dec 2015 12:35:15 -0500 Subject: added --force option --- src/man/firejail.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/man') diff --git a/src/man/firejail.txt b/src/man/firejail.txt index cd36bead6..eed87c574 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -367,6 +367,13 @@ Example: .br $ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib +.TP +\fB\-\-force +By default, if Firejail is started in an existing sandbox, it will run the program in a bash shell. +This option disables this behavior, and attempts to start Firejail in the existing sandbox. +There could be lots of reasons for it to fail, for example if the existing sandbox disables +admin capabilities, SUID binaries, or if it runs seccomp. + .TP \fB\-\-fs.print=name Print the filesystem log for the sandbox identified by name. -- cgit v1.2.3-54-g00ecf