[PR #5259] [MERGED] introduce new option restrict-namespaces #5418

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5259
Author: @smitsohu
Created: 7/19/2022
Status: Merged
Merged: 7/31/2022
Merged by: @smitsohu

Base: masterHead: ns


📝 Commits (2)

  • 214ac20 protocol filter: add x32 ABI handling
  • 87afef8 introduce new option restrict-namespaces

📊 Changes

19 files changed (+350 additions, -8 deletions)

View changed files

📝 contrib/vim/syntax/firejail.vim (+5 -1)
📝 etc/profile-a-l/default.profile (+1 -0)
📝 etc/profile-m-z/server.profile (+1 -0)
📝 etc/templates/profile.template (+1 -0)
📝 src/firejail/firejail.h (+2 -0)
📝 src/firejail/main.c (+14 -0)
📝 src/firejail/preproc.c (+9 -1)
📝 src/firejail/profile.c (+26 -1)
📝 src/firejail/sandbox.c (+10 -0)
📝 src/firejail/seccomp.c (+30 -1)
📝 src/firejail/usage.c (+3 -0)
📝 src/fseccomp/fseccomp.h (+4 -0)
📝 src/fseccomp/main.c (+6 -0)
src/fseccomp/namespaces.c (+197 -0)
📝 src/fseccomp/protocol.c (+6 -3)
📝 src/include/rundefs.h (+2 -0)
📝 src/man/firejail-profile.txt (+6 -0)
📝 src/man/firejail.txt (+24 -0)
📝 src/zsh_completion/_firejail.in (+3 -1)

📄 Description

closes #4939


🔄 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/5259 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 7/19/2022 **Status:** ✅ Merged **Merged:** 7/31/2022 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `ns` --- ### 📝 Commits (2) - [`214ac20`](https://github.com/netblue30/firejail/commit/214ac208491bbd8369d8c540e3571712d2e6665b) protocol filter: add x32 ABI handling - [`87afef8`](https://github.com/netblue30/firejail/commit/87afef810c2dfbf67420dc76a67c707fbb7353db) introduce new option restrict-namespaces ### 📊 Changes **19 files changed** (+350 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `contrib/vim/syntax/firejail.vim` (+5 -1) 📝 `etc/profile-a-l/default.profile` (+1 -0) 📝 `etc/profile-m-z/server.profile` (+1 -0) 📝 `etc/templates/profile.template` (+1 -0) 📝 `src/firejail/firejail.h` (+2 -0) 📝 `src/firejail/main.c` (+14 -0) 📝 `src/firejail/preproc.c` (+9 -1) 📝 `src/firejail/profile.c` (+26 -1) 📝 `src/firejail/sandbox.c` (+10 -0) 📝 `src/firejail/seccomp.c` (+30 -1) 📝 `src/firejail/usage.c` (+3 -0) 📝 `src/fseccomp/fseccomp.h` (+4 -0) 📝 `src/fseccomp/main.c` (+6 -0) ➕ `src/fseccomp/namespaces.c` (+197 -0) 📝 `src/fseccomp/protocol.c` (+6 -3) 📝 `src/include/rundefs.h` (+2 -0) 📝 `src/man/firejail-profile.txt` (+6 -0) 📝 `src/man/firejail.txt` (+24 -0) 📝 `src/zsh_completion/_firejail.in` (+3 -1) </details> ### 📄 Description closes #4939 --- <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:38:05 -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#5418
No description provided.