[PR #4007] [MERGED] fix firecfg links in restrictive sandboxes #4988

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4007
Author: @smitsohu
Created: 2/25/2021
Status: Merged
Merged: 2/25/2021
Merged by: @netblue30

Base: masterHead: privatelib5


📝 Commits (2)

📊 Changes

1 file changed (+23 additions, -35 deletions)

View changed files

📝 src/firejail/no_sandbox.c (+23 -35)

📄 Description

Firejail symbolic link redirection currently depends
on a shell, but in restrictive sandboxes there
might be no execute permission, or private-lib might
have removed necessary libraries, or seccomp might
block required syscalls ...

Fix this by forcing --shell=none.

Closes #3911


🔄 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/4007 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 2/25/2021 **Status:** ✅ Merged **Merged:** 2/25/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `privatelib5` --- ### 📝 Commits (2) - [`a2e1248`](https://github.com/netblue30/firejail/commit/a2e1248e6d7d18ccc0dc5bb60674e05d3eeb3c2b) cleanup - [`8d7974a`](https://github.com/netblue30/firejail/commit/8d7974a6a6b2bac2d2b680bcb4b2a76a36602538) fix firecfg links in restrictive sandboxes ### 📊 Changes **1 file changed** (+23 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/no_sandbox.c` (+23 -35) </details> ### 📄 Description Firejail symbolic link redirection currently depends on a shell, but in restrictive sandboxes there might be no execute permission, or `private-lib` might have removed necessary libraries, or `seccomp` might block required syscalls ... Fix this by forcing `--shell=none`. Closes #3911 --- <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:30:16 -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#4988
No description provided.