From 16c44697b51f97b1dc98f34cad47ca041b628a81 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 10 May 2019 15:21:16 +0200 Subject: sys/linux: add definitions of fsopen, fspick, fsconfig, fsmount, move_mount syscalls --- executor/syscalls.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index ba3c114bf..d4ee2aa78 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -1758,6 +1758,14 @@ const call_t syscalls[] = { {"flistxattr", 234}, {"flock", 143}, {"fremovexattr", 237}, + {"fsconfig$FSCONFIG_CMD_CREATE", 390}, + {"fsconfig$FSCONFIG_CMD_RECONFIGURE", 390}, + {"fsconfig$FSCONFIG_SET_BINARY", 390}, + {"fsconfig$FSCONFIG_SET_FD", 390}, + {"fsconfig$FSCONFIG_SET_FLAG", 390}, + {"fsconfig$FSCONFIG_SET_PATH", 390}, + {"fsconfig$FSCONFIG_SET_PATH_EMPTY", 390}, + {"fsconfig$FSCONFIG_SET_STRING", 390}, {"fsetxattr", 228}, {"fsetxattr$security_capability", 228}, {"fsetxattr$security_evm", 228}, @@ -1771,6 +1779,9 @@ const call_t syscalls[] = { {"fsetxattr$trusted_overlay_origin", 228}, {"fsetxattr$trusted_overlay_redirect", 228}, {"fsetxattr$trusted_overlay_upper", 228}, + {"fsmount", 391}, + {"fsopen", 389}, + {"fspick", 392}, {"fstat", 108}, {"fstatfs", 100}, {"fsync", 118}, @@ -3141,6 +3152,7 @@ const call_t syscalls[] = { {"mount$fuse", 21}, {"mount$fuseblk", 21}, {"mount$overlay", 21}, + {"move_mount", 388}, {"move_pages", 317}, {"mprotect", 125}, {"mq_getsetattr", 282}, @@ -4439,6 +4451,14 @@ const call_t syscalls[] = { {"flistxattr", 196}, {"flock", 73}, {"fremovexattr", 199}, + {"fsconfig$FSCONFIG_CMD_CREATE", 338}, + {"fsconfig$FSCONFIG_CMD_RECONFIGURE", 338}, + {"fsconfig$FSCONFIG_SET_BINARY", 338}, + {"fsconfig$FSCONFIG_SET_FD", 338}, + {"fsconfig$FSCONFIG_SET_FLAG", 338}, + {"fsconfig$FSCONFIG_SET_PATH", 338}, + {"fsconfig$FSCONFIG_SET_PATH_EMPTY", 338}, + {"fsconfig$FSCONFIG_SET_STRING", 338}, {"fsetxattr", 190}, {"fsetxattr$security_capability", 190}, {"fsetxattr$security_evm", 190}, @@ -4452,6 +4472,9 @@ const call_t syscalls[] = { {"fsetxattr$trusted_overlay_origin", 190}, {"fsetxattr$trusted_overlay_redirect", 190}, {"fsetxattr$trusted_overlay_upper", 190}, + {"fsmount", 339}, + {"fsopen", 337}, + {"fspick", 340}, {"fstat", 5}, {"fstatfs", 138}, {"fsync", 74}, @@ -5826,6 +5849,7 @@ const call_t syscalls[] = { {"mount$fuse", 165}, {"mount$fuseblk", 165}, {"mount$overlay", 165}, + {"move_mount", 336}, {"move_pages", 279}, {"mprotect", 10}, {"mq_getsetattr", 245}, -- cgit mrf-deployment