From 9863f982ca148f687a56690e2aeed10014d05e59 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 19 Jul 2023 12:54:53 +0000 Subject: 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. --- src/zsh_completion/_firejail.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/zsh_completion') 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=( '*--seccomp.32.keep=-[enable seccomp filter, and whitelist the 32 bit syscalls specified by the command]: :' # FIXME: Add errnos '--seccomp-error-action=-[change error code, kill process or log the attempt]: :(kill log)' - '--shell=none[run the program directly without a user shell]' - '--shell=-[set default user shell]: :_values $(cat /etc/shells)' '--timeout=-[kill the sandbox automatically after the time has elapsed]: :' #'(--tracelog)--trace[trace open, access and connect system calls]' '(--tracelog)--trace=-[trace open, access and connect system calls]: :_files' -- cgit v1.2.3-70-g09d2