diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:45:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 10:29:09 +0200 |
| commit | 11d0e932eb82ef70289fd831f1196b9594ff50fb (patch) | |
| tree | 44e22e61c333480ecb0f371e62e5e1fbae21c914 /sys/linux/sys.txt | |
| parent | 77a7129ed4d2c502bc861e910db7c9ad61796460 (diff) | |
sys/linux: add map_shadow_stack syscall descriptions
Diffstat (limited to 'sys/linux/sys.txt')
| -rw-r--r-- | sys/linux/sys.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index 02bd2b9ff..425e09b57 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -265,6 +265,8 @@ ptrace$cont(req flags[ptrace_req_cont], pid pid, ignored intptr, data intptr) (b ptrace$PTRACE_SECCOMP_GET_FILTER(req const[PTRACE_SECCOMP_GET_FILTER], pid pid, addr intptr, data ptr[out, array[int8]]) (breaks_returns) ptrace$PTRACE_SECCOMP_GET_METADATA(req const[PTRACE_SECCOMP_GET_METADATA], pid pid, addr len[data], data ptr[in, seccomp_metadata]) (breaks_returns) +map_shadow_stack(addr vma, size bytesize[addr], flags boolptr) + seccomp_metadata { filter_off int64 flags const[0, int64] |
