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
|
bpf
|
||||||
break
|
break
|
||||||
brk
|
brk
|
||||||
|
cachestat
|
||||||
capget
|
capget
|
||||||
capset
|
capset
|
||||||
chdir
|
chdir
|
||||||
|
|
@ -70,6 +71,7 @@ fanotify_mark
|
||||||
fchdir
|
fchdir
|
||||||
fchmod
|
fchmod
|
||||||
fchmodat
|
fchmodat
|
||||||
|
fchmodat2
|
||||||
fchown
|
fchown
|
||||||
fchown32
|
fchown32
|
||||||
fchownat
|
fchownat
|
||||||
|
|
@ -97,8 +99,11 @@ ftime
|
||||||
ftruncate
|
ftruncate
|
||||||
ftruncate64
|
ftruncate64
|
||||||
futex
|
futex
|
||||||
|
futex_requeue
|
||||||
futex_time64
|
futex_time64
|
||||||
|
futex_wait
|
||||||
futex_waitv
|
futex_waitv
|
||||||
|
futex_wake
|
||||||
futimesat
|
futimesat
|
||||||
get_kernel_syms
|
get_kernel_syms
|
||||||
get_mempolicy
|
get_mempolicy
|
||||||
|
|
@ -176,6 +181,7 @@ lgetxattr
|
||||||
link
|
link
|
||||||
linkat
|
linkat
|
||||||
listen
|
listen
|
||||||
|
listmount
|
||||||
listxattr
|
listxattr
|
||||||
llistxattr
|
llistxattr
|
||||||
lock
|
lock
|
||||||
|
|
@ -183,12 +189,17 @@ lookup_dcookie
|
||||||
lremovexattr
|
lremovexattr
|
||||||
lseek
|
lseek
|
||||||
lsetxattr
|
lsetxattr
|
||||||
|
lsm_get_self_attr
|
||||||
|
lsm_list_modules
|
||||||
|
lsm_set_self_attr
|
||||||
lstat
|
lstat
|
||||||
lstat64
|
lstat64
|
||||||
madvise
|
madvise
|
||||||
|
map_shadow_stack
|
||||||
mbind
|
mbind
|
||||||
membarrier
|
membarrier
|
||||||
memfd_create
|
memfd_create
|
||||||
|
memfd_secret
|
||||||
migrate_pages
|
migrate_pages
|
||||||
mincore
|
mincore
|
||||||
mkdir
|
mkdir
|
||||||
|
|
@ -216,6 +227,7 @@ mq_timedsend
|
||||||
mq_timedsend_time64
|
mq_timedsend_time64
|
||||||
mq_unlink
|
mq_unlink
|
||||||
mremap
|
mremap
|
||||||
|
mseal
|
||||||
msgctl
|
msgctl
|
||||||
msgget
|
msgget
|
||||||
msgrcv
|
msgrcv
|
||||||
|
|
@ -336,6 +348,7 @@ sendmmsg
|
||||||
sendmsg
|
sendmsg
|
||||||
sendto
|
sendto
|
||||||
set_mempolicy
|
set_mempolicy
|
||||||
|
set_mempolicy_home_node
|
||||||
set_robust_list
|
set_robust_list
|
||||||
set_thread_area
|
set_thread_area
|
||||||
set_tid_address
|
set_tid_address
|
||||||
|
|
@ -392,6 +405,7 @@ stat
|
||||||
stat64
|
stat64
|
||||||
statfs
|
statfs
|
||||||
statfs64
|
statfs64
|
||||||
|
statmount
|
||||||
statx
|
statx
|
||||||
stime
|
stime
|
||||||
stty
|
stty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue