aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 12:35:15 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 12:35:15 -0500
commit811af13d5120e85d1e0cb2cbc9ea0b60c0350af7 (patch)
treefc929d93a2852c18e20bcc938e5cdebef1f1af71 /src/man
parenttesting (diff)
downloadfirejail-811af13d5120e85d1e0cb2cbc9ea0b60c0350af7.tar.gz
firejail-811af13d5120e85d1e0cb2cbc9ea0b60c0350af7.tar.zst
firejail-811af13d5120e85d1e0cb2cbc9ea0b60c0350af7.zip
added --force option
Diffstat (limited to 'src/man')
-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 cd36bead6..eed87c574 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -368,6 +368,13 @@ Example:
368$ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib 368$ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib
369 369
370.TP 370.TP
371\fB\-\-force
372By default, if Firejail is started in an existing sandbox, it will run the program in a bash shell.
373This option disables this behavior, and attempts to start Firejail in the existing sandbox.
374There could be lots of reasons for it to fail, for example if the existing sandbox disables
375admin capabilities, SUID binaries, or if it runs seccomp.
376
377.TP
371\fB\-\-fs.print=name 378\fB\-\-fs.print=name
372Print the filesystem log for the sandbox identified by name. 379Print the filesystem log for the sandbox identified by name.
373.br 380.br