aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
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')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt7
2 files changed, 10 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 808fc7440..39680ab0a 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -408,6 +408,9 @@ Set a nice value of -5 to all processes running inside the sandbox.
408.TP 408.TP
409\fBcgroup /sys/fs/cgroup/g1/tasks 409\fBcgroup /sys/fs/cgroup/g1/tasks
410The sandbox is placed in g1 control group. 410The sandbox is placed in g1 control group.
411.TP
412\fBtimeout hh:mm:ss
413Kill the sandbox automatically after the time has elapsed. The time is specified in hours/minutes/seconds format.
411 414
412.SH User Environment 415.SH User Environment
413.TP 416.TP
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.