mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
bugfix: update syscalls.list
Commands used to update it:
touch src/include/syscall_aarch64.h # potentially needed
make syntax
This amends commit 508cd6a6c ("feature: add aarch64 syscalls (#6574)",
2024-12-21).
This commit is contained in:
parent
20cbb3fb74
commit
8c28f0e386
1 changed files with 14 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ bind
|
|||
bpf
|
||||
break
|
||||
brk
|
||||
cachestat
|
||||
capget
|
||||
capset
|
||||
chdir
|
||||
|
|
@ -70,6 +71,7 @@ fanotify_mark
|
|||
fchdir
|
||||
fchmod
|
||||
fchmodat
|
||||
fchmodat2
|
||||
fchown
|
||||
fchown32
|
||||
fchownat
|
||||
|
|
@ -97,8 +99,11 @@ ftime
|
|||
ftruncate
|
||||
ftruncate64
|
||||
futex
|
||||
futex_requeue
|
||||
futex_time64
|
||||
futex_wait
|
||||
futex_waitv
|
||||
futex_wake
|
||||
futimesat
|
||||
get_kernel_syms
|
||||
get_mempolicy
|
||||
|
|
@ -176,6 +181,7 @@ lgetxattr
|
|||
link
|
||||
linkat
|
||||
listen
|
||||
listmount
|
||||
listxattr
|
||||
llistxattr
|
||||
lock
|
||||
|
|
@ -183,12 +189,17 @@ lookup_dcookie
|
|||
lremovexattr
|
||||
lseek
|
||||
lsetxattr
|
||||
lsm_get_self_attr
|
||||
lsm_list_modules
|
||||
lsm_set_self_attr
|
||||
lstat
|
||||
lstat64
|
||||
madvise
|
||||
map_shadow_stack
|
||||
mbind
|
||||
membarrier
|
||||
memfd_create
|
||||
memfd_secret
|
||||
migrate_pages
|
||||
mincore
|
||||
mkdir
|
||||
|
|
@ -216,6 +227,7 @@ mq_timedsend
|
|||
mq_timedsend_time64
|
||||
mq_unlink
|
||||
mremap
|
||||
mseal
|
||||
msgctl
|
||||
msgget
|
||||
msgrcv
|
||||
|
|
@ -336,6 +348,7 @@ sendmmsg
|
|||
sendmsg
|
||||
sendto
|
||||
set_mempolicy
|
||||
set_mempolicy_home_node
|
||||
set_robust_list
|
||||
set_thread_area
|
||||
set_tid_address
|
||||
|
|
@ -392,6 +405,7 @@ stat
|
|||
stat64
|
||||
statfs
|
||||
statfs64
|
||||
statmount
|
||||
statx
|
||||
stime
|
||||
stty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue