aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-16 09:20:05 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-16 09:23:56 +0200
commitd071d2f0f81cd8552688c859ad0ea2d678a040de (patch)
tree64b8974f57ad9b92d170af6d7832f13c11900a60 /src/firejail/usage.c
parentCI: build with clang 11 (#4277) (diff)
downloadfirejail-d071d2f0f81cd8552688c859ad0ea2d678a040de.tar.gz
firejail-d071d2f0f81cd8552688c859ad0ea2d678a040de.tar.zst
firejail-d071d2f0f81cd8552688c859ad0ea2d678a040de.zip
Add noinput to usage.c and _firejail.in
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 397150158..baa015a6c 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -154,6 +154,7 @@ static char *usage_str =
154 " --nodvd - disable DVD and audio CD devices.\n" 154 " --nodvd - disable DVD and audio CD devices.\n"
155 " --noexec=filename - remount the file or directory noexec nosuid and nodev.\n" 155 " --noexec=filename - remount the file or directory noexec nosuid and nodev.\n"
156 " --nogroups - disable supplementary groups.\n" 156 " --nogroups - disable supplementary groups.\n"
157 " --noinput - disable input devices.\n"
157 " --nonewprivs - sets the NO_NEW_PRIVS prctl.\n" 158 " --nonewprivs - sets the NO_NEW_PRIVS prctl.\n"
158 " --noprofile - do not use a security profile.\n" 159 " --noprofile - do not use a security profile.\n"
159#ifdef HAVE_USERNS 160#ifdef HAVE_USERNS