Skip to content

Commit

Permalink
cptbox: add mseal and x32 map_shadow_stack syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoj-build authored May 27, 2024
1 parent afb425f commit 91cc6e5
Show file tree
Hide file tree
Showing 7 changed files with 8 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 @@ -413,6 +413,7 @@ sys_mq_timedsend: int
sys_mq_timedsend_time64: int
sys_mq_unlink: int
sys_mremap: int
sys_mseal: int
sys_msgctl: int
sys_msgget: int
sys_msgrcv: int
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-arm.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,4 @@
459 lsm_get_self_attr
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,4 @@
459 lsm_get_self_attr
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,4 @@
459 lsm_get_self_attr
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
2 changes: 2 additions & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
450 set_mempolicy_home_node
451 cachestat
452 fchmodat2
453 map_shadow_stack
454 futex_wake
455 futex_wait
456 futex_requeue
Expand All @@ -323,6 +324,7 @@
459 lsm_get_self_attr
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
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 @@ -371,3 +371,4 @@
459 lsm_get_self_attr
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x86.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,4 @@
459 lsm_get_self_attr
460 lsm_set_self_attr
461 lsm_list_modules
462 mseal

0 comments on commit 91cc6e5

Please sign in to comment.