aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 14cd1f3a4..c3c17393c 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -214,6 +214,9 @@ static char *usage_str =
214 " --quiet - turn off Firejail's output.\n" 214 " --quiet - turn off Firejail's output.\n"
215 " --read-only=filename - set directory or file read-only.\n" 215 " --read-only=filename - set directory or file read-only.\n"
216 " --read-write=filename - set directory or file read-write.\n" 216 " --read-write=filename - set directory or file read-write.\n"
217 " --restrict-namespaces - seccomp filter that blocks attempts to create new namespaces.\n"
218 " --restrict-namespaces=namespace,namespace - seccomp filter that blocks attempts\n"
219 "\tto create specified namespaces.\n"
217 " --rlimit-as=number - set the maximum size of the process's virtual memory.\n" 220 " --rlimit-as=number - set the maximum size of the process's virtual memory.\n"
218 "\t(address space) in bytes.\n" 221 "\t(address space) in bytes.\n"
219 " --rlimit-cpu=number - set the maximum CPU time in seconds.\n" 222 " --rlimit-cpu=number - set the maximum CPU time in seconds.\n"