aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-10-24 12:41:42 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2017-10-24 12:41:42 -0400
commite8685de73159e005a84d3e756767c6d2db943e2e (patch)
tree524a0375e4998dfa9a958cf99ae56fb7b4a877bd /src/man/firejail-profile.txt
parentsystemd-resoved fix this time for both Ubuntu and Arch (diff)
downloadfirejail-e8685de73159e005a84d3e756767c6d2db943e2e.tar.gz
firejail-e8685de73159e005a84d3e756767c6d2db943e2e.tar.zst
firejail-e8685de73159e005a84d3e756767c6d2db943e2e.zip
implemented --rlimit-cpu - set max CPU time for processes running in the sandbox; for issue #1614, more to come...
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 185420ba4..808fc7440 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -385,6 +385,9 @@ Examples:
385\fBrlimit-as 123456789012 385\fBrlimit-as 123456789012
386Set he maximum size of the process's virtual memory to 123456789012 bytes. 386Set he maximum size of the process's virtual memory to 123456789012 bytes.
387.TP 387.TP
388\fBrlimit-cpu 123
389Set he maximum CPU time in seconds.
390.TP
388\fBrlimit-fsize 1024 391\fBrlimit-fsize 1024
389Set the maximum file size that can be created by a process to 1024 bytes. 392Set the maximum file size that can be created by a process to 1024 bytes.
390.TP 393.TP