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, 0 insertions, 2 deletions
diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in
index 455ba7e50..7e87bb991 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -160,8 +160,6 @@ _firejail_args=(
160 '*--seccomp.32.keep=-[enable seccomp filter, and whitelist the 32 bit syscalls specified by the command]: :' 160 '*--seccomp.32.keep=-[enable seccomp filter, and whitelist the 32 bit syscalls specified by the command]: :'
161 # FIXME: Add errnos 161 # FIXME: Add errnos
162 '--seccomp-error-action=-[change error code, kill process or log the attempt]: :(kill log)' 162 '--seccomp-error-action=-[change error code, kill process or log the attempt]: :(kill log)'
163 '--shell=none[run the program directly without a user shell]'
164 '--shell=-[set default user shell]: :_values $(cat /etc/shells)'
165 '--timeout=-[kill the sandbox automatically after the time has elapsed]: :' 163 '--timeout=-[kill the sandbox automatically after the time has elapsed]: :'
166 #'(--tracelog)--trace[trace open, access and connect system calls]' 164 #'(--tracelog)--trace[trace open, access and connect system calls]'
167 '(--tracelog)--trace=-[trace open, access and connect system calls]: :_files' 165 '(--tracelog)--trace=-[trace open, access and connect system calls]: :_files'