summaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-25 09:32:34 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-25 09:32:34 -0400
commitc9dbf64201acb9107985f57188fe9eb5a23a4a43 (patch)
tree4f91e85f480eb19c1eb354f13fea7bbc6f9af1f6 /src/man/firejail.txt
parentFix GNOME shell calculator search (diff)
downloadfirejail-c9dbf64201acb9107985f57188fe9eb5a23a4a43.tar.gz
firejail-c9dbf64201acb9107985f57188fe9eb5a23a4a43.tar.zst
firejail-c9dbf64201acb9107985f57188fe9eb5a23a4a43.zip
--timeout, fix #1614
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 d2e04675d..d725bb883 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1849,6 +1849,13 @@ $ firejail \-\-list
1849.br 1849.br
1850$ firejail \-\-shutdown=3272 1850$ firejail \-\-shutdown=3272
1851.TP 1851.TP
1852\fB\-\-timeout=hh:mm:ss
1853Kill the sandbox automatically after the time has elapsed. The time is specified in hours/minutes/seconds format.
1854.br
1855
1856.br
1857$ firejail \-\-timeout=01:30:00 firefox
1858.TP
1852\fB\-\-tmpfs=dirname 1859\fB\-\-tmpfs=dirname
1853Mount a tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root. 1860Mount a tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root.
1854File globbing is supported, see \fBFILE GLOBBING\fR section for more details. 1861File globbing is supported, see \fBFILE GLOBBING\fR section for more details.