[PR #7055] [MERGED] add a new option --debug-syscall-groups - part 2 #6295

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/7055
Author: @pierretom
Created: 2/7/2026
Status: Merged
Merged: 2/8/2026
Merged by: @netblue30

Base: masterHead: patch17


📝 Commits (1)

  • ab3d2f9 add a new option --debug-syscall-groups - part 2

📊 Changes

4 files changed (+26 additions, -5 deletions)

View changed files

📝 src/firejail/usage.c (+2 -0)
📝 src/lib/syscall.c (+2 -2)
📝 src/man/firejail.1.in (+20 -3)
📝 src/zsh_completion/_firejail.in (+2 -0)

📄 Description

  • src/firejail/usage.c
  • src/zsh_completion/_firejail.in
    • Add entries for --debug-syscall-groups
  • src/lib/syscall.c
    • Complete string literals
  • src/man/firejail.1.in
    • Add an entry for --debug-syscall-groups
    • Add @memfd and @sandbox syscall groups for the --seccomp option

This is the last part.


🔄 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/7055 **Author:** [@pierretom](https://github.com/pierretom) **Created:** 2/7/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `patch17` --- ### 📝 Commits (1) - [`ab3d2f9`](https://github.com/netblue30/firejail/commit/ab3d2f907e26f20d60f0e5aa8c29450b852c5432) add a new option `--debug-syscall-groups` - part 2 ### 📊 Changes **4 files changed** (+26 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/usage.c` (+2 -0) 📝 `src/lib/syscall.c` (+2 -2) 📝 `src/man/firejail.1.in` (+20 -3) 📝 `src/zsh_completion/_firejail.in` (+2 -0) </details> ### 📄 Description - src/firejail/usage.c - src/zsh_completion/_firejail.in - Add entries for `--debug-syscall-groups` - src/lib/syscall.c - Complete string literals - src/man/firejail.1.in - Add an entry for `--debug-syscall-groups` - Add `@memfd` and `@sandbox` syscall groups for the `--seccomp` option This is the last part. --- <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:17 -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#6295
No description provided.