aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-10-15 09:00:31 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2017-10-15 09:00:31 -0400
commit5ee09312da788ebd91184c2be0591da32fbf8e41 (patch)
treefa866fc47933f83456a0b871df6b16c2efc75445 /src/man
parentglobbing - manpage (diff)
downloadfirejail-5ee09312da788ebd91184c2be0591da32fbf8e41.tar.gz
firejail-5ee09312da788ebd91184c2be0591da32fbf8e41.tar.zst
firejail-5ee09312da788ebd91184c2be0591da32fbf8e41.zip
merge --rlimit-as
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt4
2 files changed, 7 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 5825d3427..185420ba4 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -382,6 +382,9 @@ place the sandbox in an existing control group.
382Examples: 382Examples:
383 383
384.TP 384.TP
385\fBrlimit-as 123456789012
386Set he maximum size of the process's virtual memory to 123456789012 bytes.
387.TP
385\fBrlimit-fsize 1024 388\fBrlimit-fsize 1024
386Set the maximum file size that can be created by a process to 1024 bytes. 389Set the maximum file size that can be created by a process to 1024 bytes.
387.TP 390.TP
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 54a332e7f..7ba09ba8a 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1540,6 +1540,10 @@ $ firejail --read-only=~/test --read-write=~/test/a
1540 1540
1541 1541
1542.TP 1542.TP
1543\fB\-\-rlimit-as=number
1544Set the maximum size of the process's virtual memory (address space) in bytes.
1545
1546.TP
1543\fB\-\-rlimit-fsize=number 1547\fB\-\-rlimit-fsize=number
1544Set the maximum file size that can be created by a process. 1548Set the maximum file size that can be created by a process.
1545.TP 1549.TP