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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index b993cb80c..c903841c5 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2021 Firejail Authors 2 * Copyright (C) 2014-2022 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
@@ -119,6 +119,7 @@ static char *usage_str =
119 " --join-or-start=name|pid - join the sandbox or start a new one.\n" 119 " --join-or-start=name|pid - join the sandbox or start a new one.\n"
120 " --keep-config-pulse - disable automatic ~/.config/pulse init.\n" 120 " --keep-config-pulse - disable automatic ~/.config/pulse init.\n"
121 " --keep-dev-shm - /dev/shm directory is untouched (even with --private-dev).\n" 121 " --keep-dev-shm - /dev/shm directory is untouched (even with --private-dev).\n"
122 " --keep-fd - inherit open file descriptors to sandbox.\n"
122 " --keep-var-tmp - /var/tmp directory is untouched.\n" 123 " --keep-var-tmp - /var/tmp directory is untouched.\n"
123 " --list - list all sandboxes.\n" 124 " --list - list all sandboxes.\n"
124#ifdef HAVE_FILE_TRANSFER 125#ifdef HAVE_FILE_TRANSFER
@@ -161,6 +162,7 @@ static char *usage_str =
161 " --nogroups - disable supplementary groups.\n" 162 " --nogroups - disable supplementary groups.\n"
162 " --noinput - disable input devices.\n" 163 " --noinput - disable input devices.\n"
163 " --nonewprivs - sets the NO_NEW_PRIVS prctl.\n" 164 " --nonewprivs - sets the NO_NEW_PRIVS prctl.\n"
165 " --noprinters - disable printers.\n"
164 " --noprofile - do not use a security profile.\n" 166 " --noprofile - do not use a security profile.\n"
165#ifdef HAVE_USERNS 167#ifdef HAVE_USERNS
166 " --noroot - install a user namespace with only the current user.\n" 168 " --noroot - install a user namespace with only the current user.\n"