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. --- etc/templates/profile.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/templates') diff --git a/etc/templates/profile.template b/etc/templates/profile.template index b88566f54..9329fe297 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -31,7 +31,7 @@ # MKDIRS # WHITELISTS # WHITELIST INCLUDES -# OPTIONS (caps*, net*, no*, protocol, seccomp*, shell none, tracelog) +# OPTIONS (caps*, net*, no*, protocol, seccomp*, tracelog) # PRIVATE OPTIONS (disable-mnt, private-*, writable-*) # DBUS FILTER # SPECIAL OPTIONS (mdwx, noexec, read-only, join-or-start) @@ -172,7 +172,6 @@ include globals.local ##seccomp.drop SYSCALLS (see syscalls.txt) #seccomp.block-secondary ##seccomp-error-action log (only for debugging seccomp issues) -#shell none #tracelog # Prefer 'x11 none' instead of 'disable-X11.inc' if 'net none' is set ##x11 none -- cgit v1.2.3-54-g00ecf