From 139ac68a738cd793e67056bac39ab2061043c1da Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 9 Jul 2019 14:42:57 -0700 Subject: sys/linux: update key descriptions - Add KEYCTL_MOVE (new in v5.3) - Add KEYCTL_CAPABILITIES (new in v5.3) - Add KEYCTL_GRANT_PERMISSION (new in v5.3) - Remove KEY_PERM_UNDEF (was only ever in an internal kernel header, not in UAPI; removed in v5.3) --- sys/linux/sys_arm64.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sys_arm64.const') diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index c03dc422d..446e09d99 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -385,8 +385,8 @@ PTRACE_SETREGSET = 16901 PTRACE_SETSIGINFO = 16899 PTRACE_SINGLESTEP = 9 PTRACE_SYSCALL = 24 -# PTRACE_SYSEMU is not set -# PTRACE_SYSEMU_SINGLESTEP is not set +PTRACE_SYSEMU = 31 +PTRACE_SYSEMU_SINGLESTEP = 32 PTRACE_TRACEME = 0 P_ALL = 0 P_PGID = 2 -- cgit mrf-deployment