[PR #2926] [MERGED] Allow exceptions to seccomp lists #4586

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2926
Author: @topimiettinen
Created: 8/25/2019
Status: Merged
Merged: 8/29/2019
Merged by: @netblue30

Base: masterHead: seccomp-allow-exceptions


📝 Commits (2)

  • 39f9b1a Allow exceptions to seccomp lists
  • a6c608c Merge branch 'master' into seccomp-allow-exceptions

📊 Changes

6 files changed (+80 additions, -21 deletions)

View changed files

📝 src/firejail/seccomp.c (+3 -3)
📝 src/fseccomp/fseccomp.h (+2 -0)
📝 src/fseccomp/seccomp.c (+12 -0)
📝 src/fseccomp/seccomp_file.c (+40 -8)
📝 src/fseccomp/syscall.c (+9 -1)
📝 src/man/firejail.txt (+14 -9)

📄 Description

Prefix ! can be used to make exceptions to system call blacklists and
whitelists used by seccomp, seccomp.drop and seccomp.keep.

Closes #1366


🔄 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/2926 **Author:** [@topimiettinen](https://github.com/topimiettinen) **Created:** 8/25/2019 **Status:** ✅ Merged **Merged:** 8/29/2019 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `seccomp-allow-exceptions` --- ### 📝 Commits (2) - [`39f9b1a`](https://github.com/netblue30/firejail/commit/39f9b1a2229f8624f92bdcf823ef755c15e28de2) Allow exceptions to seccomp lists - [`a6c608c`](https://github.com/netblue30/firejail/commit/a6c608ca6d1dfd46277f282064907a77527ee1c0) Merge branch 'master' into seccomp-allow-exceptions ### 📊 Changes **6 files changed** (+80 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/seccomp.c` (+3 -3) 📝 `src/fseccomp/fseccomp.h` (+2 -0) 📝 `src/fseccomp/seccomp.c` (+12 -0) 📝 `src/fseccomp/seccomp_file.c` (+40 -8) 📝 `src/fseccomp/syscall.c` (+9 -1) 📝 `src/man/firejail.txt` (+14 -9) </details> ### 📄 Description Prefix `!` can be used to make exceptions to system call blacklists and whitelists used by `seccomp`, `seccomp.drop` and `seccomp.keep`. Closes #1366 --- <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:22:52 -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#4586
No description provided.