[PR #2929] [MERGED] seccomp fix: allow numeric syscalls #4589

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2929
Author: @aoand
Created: 8/26/2019
Status: Merged
Merged: 8/28/2019
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

  • 7feb54d seccomp fix: allow numeric syscalls

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/firejail/seccomp.c (+2 -1)

📄 Description

as per man page, numeric syscall is indicated by the dollar sign '$'

Somehow, this seems to be broken for a few years,
since introduction of seccomp_check_list() function in
commit 322ce2cdc Nov 6, 2016


🔄 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/2929 **Author:** [@aoand](https://github.com/aoand) **Created:** 8/26/2019 **Status:** ✅ Merged **Merged:** 8/28/2019 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7feb54d`](https://github.com/netblue30/firejail/commit/7feb54dd0d600c625bb561b70b10a223bfd8280a) seccomp fix: allow numeric syscalls ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/seccomp.c` (+2 -1) </details> ### 📄 Description as per man page, numeric syscall is indicated by the dollar sign '$' Somehow, this seems to be broken for a few years, since introduction of seccomp_check_list() function in commit 322ce2cdc Nov 6, 2016 --- <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:56 -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#4589
No description provided.