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.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2303a8bbd..d2e04675d 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1547,6 +1547,15 @@ $ firejail --read-only=~/test --read-write=~/test/a
1547Set the maximum size of the process's virtual memory (address space) in bytes. 1547Set the maximum size of the process's virtual memory (address space) in bytes.
1548 1548
1549.TP 1549.TP
1550\fB\-\-rlimit-cpu=number
1551Set the maximum limit, in seconds, for the amount of CPU time each
1552sandboxed process can consume. When the limit is reached, the processes are killed.
1553
1554The CPU limit is a limit on CPU seconds rather than elapsed time. CPU seconds is basically how many seconds
1555the CPU has been in use and does not necessarily directly relate to the elapsed time. Linux kernel keeps
1556track of CPU seconds for each process independently.
1557
1558.TP
1550\fB\-\-rlimit-fsize=number 1559\fB\-\-rlimit-fsize=number
1551Set the maximum file size that can be created by a process. 1560Set the maximum file size that can be created by a process.
1552.TP 1561.TP