[PR #7049] [MERGED] feature: add a new option --debug-syscall-groups - part 1 #6291

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

📋 Pull Request Information

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

Base: masterHead: patch16


📝 Commits (1)

  • 88a75a6 add a new option --debug-syscall-groups - part 1

📊 Changes

4 files changed (+225 additions, -31 deletions)

View changed files

📝 src/firejail/main.c (+16 -0)
📝 src/fseccomp/main.c (+3 -0)
📝 src/include/syscall.h (+2 -0)
📝 src/lib/syscall.c (+204 -31)

📄 Description

This option allows to list all seccomp groups and their syscalls defined for the architecture in use.

Usage examples:
firejail --debug-syscall-groups
firejail --debug-syscall-groups=@chown,@mount,@swap
firejail --debug-syscall-groups=@all

This is the first 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/7049 **Author:** [@pierretom](https://github.com/pierretom) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 2/7/2026 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `patch16` --- ### 📝 Commits (1) - [`88a75a6`](https://github.com/netblue30/firejail/commit/88a75a650d8fb28d89228f2b53f741b2bdb77b5a) add a new option `--debug-syscall-groups` - part 1 ### 📊 Changes **4 files changed** (+225 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/main.c` (+16 -0) 📝 `src/fseccomp/main.c` (+3 -0) 📝 `src/include/syscall.h` (+2 -0) 📝 `src/lib/syscall.c` (+204 -31) </details> ### 📄 Description This option allows to list all seccomp groups and their syscalls defined for the architecture in use. Usage examples: `firejail --debug-syscall-groups` `firejail --debug-syscall-groups=@chown,@mount,@swap` `firejail --debug-syscall-groups=@all` This is the first 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:12 -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#6291
No description provided.