mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6960] [MERGED] build: add script to generate syscall headers #6247
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#6247
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/6960
Author: @pierretom
Created: 11/10/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @netblue30
Base:
master← Head:patch3📝 Commits (1)
519a4c5add a Bash script to generate system calls for several architectures📊 Changes
1 file changed (+261 additions, -0 deletions)
View changed files
➕
src/tools/gen-syscalls.sh(+261 -0)📄 Description
This script fetches current system calls from kernel sources then extracts and installs them in the src/include directory.
Syscalls can be updated by regenerating them, ideally once before each release.
contrib/syntax/lists/syscalls.list is synchronized too.
It generates also etc/templates/new_syscalls.txt, this makes it easier to update groups and to inform users about new syscalls added.
The script must reside in the src/tools directory and requires the cURL CLI program.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.