mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3850] [MERGED] join: add fexecve fallback for shells #4909
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#4909
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/3850
Author: @smitsohu
Created: 12/28/2020
Status: ✅ Merged
Merged: 12/30/2020
Merged by: @netblue30
Base:
master← Head:smitsohu-shell📝 Commits (1)
4df9315join: add fexecve fallback for shells📊 Changes
5 files changed (+54 additions, -27 deletions)
View changed files
📝
src/firejail/firejail.h(+1 -1)📝
src/firejail/join.c(+28 -4)📝
src/firejail/main.c(+1 -1)📝
src/firejail/no_sandbox.c(+2 -2)📝
src/firejail/sandbox.c(+22 -19)📄 Description
Allows users to join a sandbox and get a shell even if there is none in the sandbox mount namespace.
Limitations are described in https://github.com/netblue30/firejail/issues/2934#issuecomment-747819719
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.