mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #709] [MERGED] Gather shell selection code in one place #3723
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#3723
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/709
Author: @manevich
Created: 8/13/2016
Status: ✅ Merged
Merged: 8/14/2016
Merged by: @netblue30
Base:
master← Head:shell📝 Commits (3)
9614b8ashell selectionba27a76small fix9f5dfa5join fixes📊 Changes
8 files changed (+86 additions, -92 deletions)
View changed files
📝
src/firejail/bandwidth.c(+5 -3)📝
src/firejail/env.c(+0 -4)📝
src/firejail/firejail.h(+1 -2)📝
src/firejail/fs.c(+7 -8)📝
src/firejail/fs_home.c(+3 -2)📝
src/firejail/join.c(+12 -35)📝
src/firejail/main.c(+54 -25)📝
src/firejail/sandbox.c(+4 -13)📄 Description
Shell selection code scattered everywere in code and causes bugs like this https://github.com/netblue30/firejail/issues/703.
So:
guess_shellfunctioncfg.shellvariable./bin/bashin chroot re-enabled as check forcfg.shellFor now calls
guess_shellindependently; also I noted that join never honored--shelland--shell=none. Will try to fix this latter.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.