mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5894] [MERGED] modif: drop deprecated 'shell' option references #5714
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5714
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5894
Author: @ghost
Created: 7/10/2023
Status: ✅ Merged
Merged: 7/19/2023
Merged by: @undefined
Base:
master← Head:shell-none-cleaning📝 Commits (1)
d8ab6d9modif: drop deprecated 'shell' option references📊 Changes
21 files changed (+11 additions, -37 deletions)
View changed files
📝
etc/profile-a-l/beaker.profile(+0 -1)📝
etc/profile-a-l/default.profile(+0 -1)📝
etc/profile-a-l/fdns.profile(+0 -1)📝
etc/profile-a-l/gnome-nettool.profile(+0 -1)📝
etc/profile-a-l/jitsi-meet-desktop.profile(+0 -1)📝
etc/profile-m-z/pidgin.profile(+0 -1)📝
etc/profile-m-z/rocketchat.profile(+0 -1)📝
etc/profile-m-z/server.profile(+0 -1)📝
etc/templates/profile.template(+1 -2)📝
src/bash_completion/firejail.bash_completion.in(+0 -4)📝
src/fbuilder/build_profile.c(+0 -1)📝
src/firejail/main.c(+1 -1)📝
src/firejail/profile.c(+2 -2)📝
src/man/firejail-profile.5.in(+0 -5)📝
src/zsh_completion/_firejail.in(+0 -2)➖
test/environment/shell-none.profile(+0 -1)📝
test/profiles/ignore.exp(+3 -3)📝
test/profiles/ignore.profile(+1 -1)📝
test/profiles/ignore2.profile(+2 -2)📝
test/profiles/ignore3.profile(+1 -1)...and 1 more files
📄 Description
The
shelloption has been removed. Remove stale references.This does NOT remove
shell none-related code comments in:Relates to #5196.
Suggested by #5891.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.