File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1749,6 +1749,16 @@ def __init__(self, **kwargs):
1749
1749
futex_wake = UnsupportedSyscall (all = 454 )
1750
1750
futex_wait = UnsupportedSyscall (all = 455 )
1751
1751
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 )
1752
1762
1753
1763
# restart_syscall is a little special.
1754
1764
restart_syscall = RestartSyscall (x86 = 0 , x64 = 219 , generic = 128 )
You can’t perform that action at this time.
0 commit comments