Skip to content

Commit

Permalink
cptbox: update syscall lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoj-build committed Jul 19, 2024
1 parent 3dd84a7 commit 683ac9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ sys_unlink: int
sys_unlinkat: int
sys_unmount: int
sys_unshare: int
sys_uretprobe: int
sys_uselib: int
sys_userfaultfd: int
sys_ustat: int
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,4 @@
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
463 uretprobe
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,4 @@
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
463 uretprobe
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
467 uretprobe
512 rt_sigaction
513 rt_sigreturn
514 ioctl
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x64.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,4 @@
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
467 uretprobe

0 comments on commit 683ac9a

Please sign in to comment.