aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion
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/zsh_completion
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/zsh_completion')
-rw-r--r--src/zsh_completion/_firejail.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in
index fd27bb35f..a9a32e9d4 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -116,6 +116,7 @@ _firejail_args=(
116 '--nodvd[disable DVD and audio CD devices]' 116 '--nodvd[disable DVD and audio CD devices]'
117 '*--noexec=-[remount the file or directory noexec nosuid and nodev]: :_files' 117 '*--noexec=-[remount the file or directory noexec nosuid and nodev]: :_files'
118 '--nogroups[disable supplementary groups]' 118 '--nogroups[disable supplementary groups]'
119 '--noinput[disable input devices]'
119 '--nonewprivs[sets the NO_NEW_PRIVS prctl]' 120 '--nonewprivs[sets the NO_NEW_PRIVS prctl]'
120 '--nosound[disable sound system]' 121 '--nosound[disable sound system]'
121 '--nou2f[disable U2F devices]' 122 '--nou2f[disable U2F devices]'