aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-07-19 12:54:53 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-19 12:54:53 +0000
commit9863f982ca148f687a56690e2aeed10014d05e59 (patch)
tree4bb5bddc7a92a66564031f61d67abe2d4a347500 /src/zsh_completion
parentzsh: add shell completion for --tab (diff)
downloadfirejail-9863f982ca148f687a56690e2aeed10014d05e59.tar.gz
firejail-9863f982ca148f687a56690e2aeed10014d05e59.tar.zst
firejail-9863f982ca148f687a56690e2aeed10014d05e59.zip
modif: drop deprecated 'shell' option references (#5894)
The `shell` option has been removed. Remove stale references. This does NOT remove `shell none`-related code comments in: - src/firejail/fs_lib.c (L433-L441) - src/firejail/join.c (L415-L417) Relates to #5196. Suggested by #5891.
Diffstat (limited to 'src/zsh_completion')
-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'