mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6961] [MERGED] modif: update and add syscalls for several architectures #6248
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#6248
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/6961
Author: @pierretom
Created: 11/10/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @netblue30
Base:
master← Head:patch4📝 Commits (1)
380e901update and add system calls for several architectures📊 Changes
32 files changed (+21115 additions, -0 deletions)
View changed files
📝
contrib/syntax/lists/syscalls.list(+201 -0)➕
etc/templates/new_syscalls.txt(+10488 -0)➕
src/include/syscall_aarch32.h(+422 -0)📝
src/include/syscall_aarch64.h(+7 -0)➕
src/include/syscall_alpha.h(+497 -0)➕
src/include/syscall_arc_32.h(+349 -0)📝
src/include/syscall_armeabi.h(+21 -0)➕
src/include/syscall_armoabi.h(+434 -0)➕
src/include/syscall_csky.h(+345 -0)➕
src/include/syscall_hexagon_32.h(+344 -0)📝
src/include/syscall_i386.h(+30 -0)➕
src/include/syscall_loongarch_64.h(+321 -0)➕
src/include/syscall_m68k.h(+441 -0)➕
src/include/syscall_microblaze.h(+462 -0)➕
src/include/syscall_mips_n32.h(+397 -0)➕
src/include/syscall_mips_n64.h(+372 -0)➕
src/include/syscall_mips_o32.h(+443 -0)➕
src/include/syscall_nios2.h(+345 -0)➕
src/include/syscall_openrisc_32.h(+345 -0)➕
src/include/syscall_parisc_32.h(+405 -0)...and 12 more files
📄 Description
Closes #6956.
If approved, I will update syscall groups in a new PR.
Relates to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.