mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #7065] [MERGED] docs: man: clarify --debug-syscalls for seccomp #6299
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#6299
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/7065
Author: @kmk3
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @kmk3
Base:
master← Head:docs-seccomp-add-debug-syscalls📝 Commits (2)
774b427docs: man: mention --debug-syscalls for seccompef60ecddocs: man: clarify --debug-syscalls📊 Changes
1 file changed (+36 additions, -3 deletions)
View changed files
📝
src/man/firejail.1.in(+36 -3)📄 Description
Some syscalls have multiple versions, which may lead to confusion as to
which is the correct syscall name.
For example,
unamehas two older obsolete versions (seeuname(2)):__NR_oldolduname__NR_olduname__NR_unameBut only the most recent one is exposed by the syscall map for the
x86_64architecture:Mention
--debug-syscalls/--debug-syscalls32as a way to find theproper syscall names to be used with
--seccomp/--seccomp.32.Relates to #7063 #7064.
Reported-by: @cobratbq
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.