Skip to content

Commit 386a6bf

Browse files
committed
Sync syscall list.
1 parent 58da39a commit 386a6bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/syscalls.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,16 @@ def __init__(self, **kwargs):
17491749
futex_wake = UnsupportedSyscall(all=454)
17501750
futex_wait = UnsupportedSyscall(all=455)
17511751
futex_requeue = UnsupportedSyscall(all=456)
1752+
statmount = UnsupportedSyscall(all=457)
1753+
listmount = UnsupportedSyscall(all=458)
1754+
lsm_get_self_attr = UnsupportedSyscall(all=459)
1755+
lsm_set_self_attr = UnsupportedSyscall(all=460)
1756+
lsm_list_modules = UnsupportedSyscall(all=461)
1757+
mseal = UnsupportedSyscall(all=462)
1758+
setxattrat = UnsupportedSyscall(all=463)
1759+
getxattrat = UnsupportedSyscall(all=464)
1760+
listxattrat = UnsupportedSyscall(all=465)
1761+
removexattrat = UnsupportedSyscall(all=466)
17521762

17531763
# restart_syscall is a little special.
17541764
restart_syscall = RestartSyscall(x86=0, x64=219, generic=128)

0 commit comments

Comments
 (0)