diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-30 07:23:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-07 09:39:35 +0100 |
| commit | aa4feb03290ee285b276e5a9c9abddd5296e79e0 (patch) | |
| tree | 51fdb624f3f0f7a39e4460c0dabb318d8d92a83b /executor | |
| parent | cd7a3c250fe213051cd250b111fbf17e48373e33 (diff) | |
sys/linux: extend key descriptions
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 10 | ||||
| -rw-r--r-- | executor/syscalls.h | 30 |
2 files changed, 35 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h index 04f79b364..f006107e0 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -60,7 +60,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "e1337ff46a546061c6a6061490f38ee242f4b072" +#define SYZ_REVISION "e55c1d4469260750efc083609d848c4225c9a24b" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -70,7 +70,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "76561d0a7b6dee60269bef9fedf506e062a2ec19" +#define SYZ_REVISION "9d166e83d2dbb367024f73a14ca95d0030d8dc82" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -80,7 +80,7 @@ #if GOARCH_arm #define GOARCH "arm" -#define SYZ_REVISION "c4282a5fc9b45f29e7cf834d9201c902a4c33f5a" +#define SYZ_REVISION "af32e4c48e665c44f07929273c6f263d9ae7fc71" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -90,7 +90,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "4c5e0d87ff52638dd93a6bbac52c6b6f00954da9" +#define SYZ_REVISION "65b47e2d00b30604ca983eeb49727ae7c7c4196b" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -100,7 +100,7 @@ #if GOARCH_ppc64le #define GOARCH "ppc64le" -#define SYZ_REVISION "ea43c338e14bea33c0928f245f9524d30f8733bf" +#define SYZ_REVISION "0f3d834d62ad737fc1d8bec9eb141fe2bd715a25" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 4a44cdd55..a270584e0 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -2932,6 +2932,12 @@ const call_t syscalls[] = { {"kcmp", 349}, {"kcmp$KCMP_EPOLL_TFD", 349}, {"kexec_load", 283}, + {"keyctl$KEYCTL_PKEY_DECRYPT", 288}, + {"keyctl$KEYCTL_PKEY_ENCRYPT", 288}, + {"keyctl$KEYCTL_PKEY_QUERY", 288}, + {"keyctl$KEYCTL_PKEY_SIGN", 288}, + {"keyctl$KEYCTL_PKEY_VERIFY", 288}, + {"keyctl$KEYCTL_RESTRICT_KEYRING", 288}, {"keyctl$assume_authority", 288}, {"keyctl$chown", 288}, {"keyctl$clear", 288}, @@ -5505,6 +5511,12 @@ const call_t syscalls[] = { {"kcmp", 312}, {"kcmp$KCMP_EPOLL_TFD", 312}, {"kexec_load", 246}, + {"keyctl$KEYCTL_PKEY_DECRYPT", 250}, + {"keyctl$KEYCTL_PKEY_ENCRYPT", 250}, + {"keyctl$KEYCTL_PKEY_QUERY", 250}, + {"keyctl$KEYCTL_PKEY_SIGN", 250}, + {"keyctl$KEYCTL_PKEY_VERIFY", 250}, + {"keyctl$KEYCTL_RESTRICT_KEYRING", 250}, {"keyctl$assume_authority", 250}, {"keyctl$chown", 250}, {"keyctl$clear", 250}, @@ -8037,6 +8049,12 @@ const call_t syscalls[] = { {"kcmp", 378}, {"kcmp$KCMP_EPOLL_TFD", 378}, {"kexec_load", 347}, + {"keyctl$KEYCTL_PKEY_DECRYPT", 311}, + {"keyctl$KEYCTL_PKEY_ENCRYPT", 311}, + {"keyctl$KEYCTL_PKEY_QUERY", 311}, + {"keyctl$KEYCTL_PKEY_SIGN", 311}, + {"keyctl$KEYCTL_PKEY_VERIFY", 311}, + {"keyctl$KEYCTL_RESTRICT_KEYRING", 311}, {"keyctl$assume_authority", 311}, {"keyctl$chown", 311}, {"keyctl$clear", 311}, @@ -10557,6 +10575,12 @@ const call_t syscalls[] = { {"kcmp", 272}, {"kcmp$KCMP_EPOLL_TFD", 272}, {"kexec_load", 104}, + {"keyctl$KEYCTL_PKEY_DECRYPT", 219}, + {"keyctl$KEYCTL_PKEY_ENCRYPT", 219}, + {"keyctl$KEYCTL_PKEY_QUERY", 219}, + {"keyctl$KEYCTL_PKEY_SIGN", 219}, + {"keyctl$KEYCTL_PKEY_VERIFY", 219}, + {"keyctl$KEYCTL_RESTRICT_KEYRING", 219}, {"keyctl$assume_authority", 219}, {"keyctl$chown", 219}, {"keyctl$clear", 219}, @@ -12948,6 +12972,12 @@ const call_t syscalls[] = { {"kcmp", 354}, {"kcmp$KCMP_EPOLL_TFD", 354}, {"kexec_load", 268}, + {"keyctl$KEYCTL_PKEY_DECRYPT", 271}, + {"keyctl$KEYCTL_PKEY_ENCRYPT", 271}, + {"keyctl$KEYCTL_PKEY_QUERY", 271}, + {"keyctl$KEYCTL_PKEY_SIGN", 271}, + {"keyctl$KEYCTL_PKEY_VERIFY", 271}, + {"keyctl$KEYCTL_RESTRICT_KEYRING", 271}, {"keyctl$assume_authority", 271}, {"keyctl$chown", 271}, {"keyctl$clear", 271}, |
