mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #7049] [MERGED] feature: add a new option --debug-syscall-groups - part 1 #6291
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch16📝 Commits (1)
88a75a6add 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-groupsfirejail --debug-syscall-groups=@chown,@mount,@swapfirejail --debug-syscall-groups=@allThis is the first part.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.