mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5259] [MERGED] introduce new option restrict-namespaces #5418
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#5418
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/5259
Author: @smitsohu
Created: 7/19/2022
Status: ✅ Merged
Merged: 7/31/2022
Merged by: @smitsohu
Base:
master← Head:ns📝 Commits (2)
214ac20protocol filter: add x32 ABI handling87afef8introduce 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.