[PR #7034] [MERGED] modif: update syscall groups (syscall.c) - part 3 #6285

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/7034
Author: @pierretom
Created: 1/18/2026
Status: Merged
Merged: 1/22/2026
Merged by: @netblue30

Base: masterHead: patch11


📝 Commits (2)

  • a3f3525 update system call groups - part 3
  • 994148c Fix: exit is defined for all architectures

📊 Changes

1 file changed (+762 additions, -11 deletions)

View changed files

📝 src/lib/syscall.c (+762 -11)

📄 Description

  • Add new syscalls
  • Add execv, exit and futex in @default-keep
  • Add two new groups: @memfd and @sandbox
  • Add @memfd and @sandbox in the @system-service group
  • Move memfd_create from @ipc to @memfd

Thanks to @rusty-snake for information and suggestions.

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/7034 **Author:** [@pierretom](https://github.com/pierretom) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/22/2026 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `patch11` --- ### 📝 Commits (2) - [`a3f3525`](https://github.com/netblue30/firejail/commit/a3f352521290ce47ea03b938226852ead02cbf20) update system call groups - part 3 - [`994148c`](https://github.com/netblue30/firejail/commit/994148c1b68ecf31dd4c1388b4b6e0c1575e109b) Fix: `exit` is defined for all architectures ### 📊 Changes **1 file changed** (+762 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/syscall.c` (+762 -11) </details> ### 📄 Description - Add new syscalls - Add `execv`, `exit` and `futex` in `@default-keep` - Add two new groups: `@memfd` and `@sandbox` - Add `@memfd` and `@sandbox` in the `@system-service` group - Move `memfd_create` from `@ipc` to `@memfd` Thanks to @rusty-snake for information and suggestions. Relates to: * #7027 --- <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:54:07 -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#6285
No description provided.