[PR #6998] [CLOSED] update system call groups #6265

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6998
Author: @pierretom
Created: 12/23/2025
Status: Closed

Base: masterHead: patch6


📝 Commits (1)

  • f7b88a0 update system call groups

📊 Changes

3 files changed (+1779 additions, -966 deletions)

View changed files

📝 contrib/syntax/lists/syscall_groups.list (+2 -0)
📝 etc/templates/syscalls.txt (+43 -42)
📝 src/lib/syscall.c (+1734 -924)

📄 Description

  • Included new syscall_*.h headers
  • Renamed macros SYS_ to __NR_
  • Moved some sycalls and added new ones
  • Removed ni_syscall (invalid syscall)
  • Allows mincore in @resources
  • Added two new groups: @memfd and @sandbox

Relates to:


🔄 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/6998 **Author:** [@pierretom](https://github.com/pierretom) **Created:** 12/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch6` --- ### 📝 Commits (1) - [`f7b88a0`](https://github.com/netblue30/firejail/commit/f7b88a028539764757f57d686ebdb147b3218331) update system call groups ### 📊 Changes **3 files changed** (+1779 additions, -966 deletions) <details> <summary>View changed files</summary> 📝 `contrib/syntax/lists/syscall_groups.list` (+2 -0) 📝 `etc/templates/syscalls.txt` (+43 -42) 📝 `src/lib/syscall.c` (+1734 -924) </details> ### 📄 Description - Included new `syscall_*.h` headers - Renamed macros `SYS_` to `__NR_` - Moved some sycalls and added new ones - Removed `ni_syscall` (invalid syscall) - Allows `mincore` in `@resources` - Added two new groups: `@memfd` and `@sandbox` Relates to: * #6961 * #6991 * #7000 --- <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:53:46 -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#6265
No description provided.