aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion/_firejail.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/zsh_completion/_firejail.in')
-rw-r--r--src/zsh_completion/_firejail.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in
index 15e9a5111..ecfe2ffdf 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -124,7 +124,6 @@ _firejail_args=(
124 # many would enjoy getting a list from -20..20 124 # many would enjoy getting a list from -20..20
125 '--nice=-[set nice value]: :(1 10 15 20)' 125 '--nice=-[set nice value]: :(1 10 15 20)'
126 '--no3d[disable 3D hardware acceleration]' 126 '--no3d[disable 3D hardware acceleration]'
127 '--noautopulse[disable automatic ~/.config/pulse init]'
128 '--noblacklist=-[disable blacklist for file or directory]: :_files' 127 '--noblacklist=-[disable blacklist for file or directory]: :_files'
129 '--nodbus[disable D-Bus access]' 128 '--nodbus[disable D-Bus access]'
130 '--nodvd[disable DVD and audio CD devices]' 129 '--nodvd[disable DVD and audio CD devices]'
@@ -134,6 +133,7 @@ _firejail_args=(
134 '--nonewprivs[sets the NO_NEW_PRIVS prctl]' 133 '--nonewprivs[sets the NO_NEW_PRIVS prctl]'
135 '--noprinters[disable printers]' 134 '--noprinters[disable printers]'
136 '--nosound[disable sound system]' 135 '--nosound[disable sound system]'
136 '--notpm[disable TPM devices]'
137 '--nou2f[disable U2F devices]' 137 '--nou2f[disable U2F devices]'
138 '--novideo[disable video devices]' 138 '--novideo[disable video devices]'
139 '--private[temporary home directory]' 139 '--private[temporary home directory]'