summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-08-13 09:46:53 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-08-13 09:46:53 -0400
commit37a7c334596521181dcc471401a90bbee5b52d0d (patch)
tree3b12b777578007e849bc90b3278f52702af9319f /src/man
parentadded nodvd to most profiles (diff)
downloadfirejail-37a7c334596521181dcc471401a90bbee5b52d0d.tar.gz
firejail-37a7c334596521181dcc471401a90bbee5b52d0d.tar.zst
firejail-37a7c334596521181dcc471401a90bbee5b52d0d.zip
modif: --output split in two commands, --output and --output-stderr; fix for #1458
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index e7b427e7e..2c8dca09a 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1139,6 +1139,10 @@ $ ls -l sandboxlog*
1139-rw-r--r-- 1 netblue netblue 511488 Jun 2 07:48 sandboxlog.5 1139-rw-r--r-- 1 netblue netblue 511488 Jun 2 07:48 sandboxlog.5
1140 1140
1141.TP 1141.TP
1142\fB\-\-output-stderr=logfile
1143Similar to \-\-output, but stderr is also stored.
1144
1145.TP
1142\fB\-\-overlay 1146\fB\-\-overlay
1143Mount a filesystem overlay on top of the current filesystem. Unlike the regular filesystem container, 1147Mount a filesystem overlay on top of the current filesystem. Unlike the regular filesystem container,
1144the system directories are mounted read-write. All filesystem modifications go into the overlay. 1148the system directories are mounted read-write. All filesystem modifications go into the overlay.