aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion/_firejail.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-08 22:28:47 +0000
committerLibravatar GitHub <noreply@github.com>2022-01-08 22:28:47 +0000
commitcdd5c06b0e22cff844048c24580a4640d0a9e524 (patch)
tree3c6ea08c1efafcac843ecd963cc582719bae4a38 /src/zsh_completion/_firejail.in
parentMerge pull request #4831 from vinc17fr/blacklist-rxvt (diff)
parentprofile.template: add noprinters (diff)
downloadfirejail-cdd5c06b0e22cff844048c24580a4640d0a9e524.tar.gz
firejail-cdd5c06b0e22cff844048c24580a4640d0a9e524.tar.zst
firejail-cdd5c06b0e22cff844048c24580a4640d0a9e524.zip
Merge pull request #4827 from kmk3/noprinters-add-missing
noprinters: add missing items & add to profile.template
Diffstat (limited to 'src/zsh_completion/_firejail.in')
-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 8c1d758cc..334812dd6 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -123,6 +123,7 @@ _firejail_args=(
123 '--nogroups[disable supplementary groups]' 123 '--nogroups[disable supplementary groups]'
124 '--noinput[disable input devices]' 124 '--noinput[disable input devices]'
125 '--nonewprivs[sets the NO_NEW_PRIVS prctl]' 125 '--nonewprivs[sets the NO_NEW_PRIVS prctl]'
126 '--noprinters[disable printers]'
126 '--nosound[disable sound system]' 127 '--nosound[disable sound system]'
127 '--nou2f[disable U2F devices]' 128 '--nou2f[disable U2F devices]'
128 '--novideo[disable video devices]' 129 '--novideo[disable video devices]'