diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-01 21:02:41 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-01 21:27:02 +0100 |
| commit | 826b35d667c70117ac497b468b902ac533358e7a (patch) | |
| tree | 9eaa71864d96d9bad97c90d16f9883d517b32fe6 /sys/linux/sys_arm.const | |
| parent | e86ddaca2eac4d5b854e7e2ec4b315302ff0e13f (diff) | |
sys/linux: describe some new 4.16 features
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index b7467c3c9..5f34b9e0d 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -471,6 +471,8 @@ PTRACE_PEEKUSR = 3 PTRACE_POKEDATA = 5 PTRACE_POKETEXT = 4 PTRACE_POKEUSR = 6 +PTRACE_SECCOMP_GET_FILTER = 16908 +PTRACE_SECCOMP_GET_METADATA = 16909 PTRACE_SEIZE = 16902 PTRACE_SETFPREGS = 15 PTRACE_SETOPTIONS = 16896 |
