aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
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 /etc/templates
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 'etc/templates')
-rw-r--r--etc/templates/profile.template3
1 files changed, 1 insertions, 2 deletions
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 @@
31# MKDIRS 31# MKDIRS
32# WHITELISTS 32# WHITELISTS
33# WHITELIST INCLUDES 33# WHITELIST INCLUDES
34# OPTIONS (caps*, net*, no*, protocol, seccomp*, shell none, tracelog) 34# OPTIONS (caps*, net*, no*, protocol, seccomp*, tracelog)
35# PRIVATE OPTIONS (disable-mnt, private-*, writable-*) 35# PRIVATE OPTIONS (disable-mnt, private-*, writable-*)
36# DBUS FILTER 36# DBUS FILTER
37# SPECIAL OPTIONS (mdwx, noexec, read-only, join-or-start) 37# SPECIAL OPTIONS (mdwx, noexec, read-only, join-or-start)
@@ -172,7 +172,6 @@ include globals.local
172##seccomp.drop SYSCALLS (see syscalls.txt) 172##seccomp.drop SYSCALLS (see syscalls.txt)
173#seccomp.block-secondary 173#seccomp.block-secondary
174##seccomp-error-action log (only for debugging seccomp issues) 174##seccomp-error-action log (only for debugging seccomp issues)
175#shell none
176#tracelog 175#tracelog
177# Prefer 'x11 none' instead of 'disable-X11.inc' if 'net none' is set 176# Prefer 'x11 none' instead of 'disable-X11.inc' if 'net none' is set
178##x11 none 177##x11 none