[PR #3850] [MERGED] join: add fexecve fallback for shells #4909

Closed
opened 2026-05-05 10:28:49 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: smitsohu-shell


📝 Commits (1)

  • 4df9315 join: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3850 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 12/28/2020 **Status:** ✅ Merged **Merged:** 12/30/2020 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `smitsohu-shell` --- ### 📝 Commits (1) - [`4df9315`](https://github.com/netblue30/firejail/commit/4df931507606a0a1ee2d0e916d027d01c801d926) join: add fexecve fallback for shells ### 📊 Changes **5 files changed** (+54 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:28:49 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4909
No description provided.