aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
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 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