From abdf9b3bbffdc55f63021393df30df4ff7a446cf Mon Sep 17 00:00:00 2001 From: Christoph Paasch Date: Tue, 22 Aug 2023 09:18:31 -0700 Subject: sys/linux: add more coverage for MPTCP New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions. --- sys/linux/filesystem.txt.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/filesystem.txt.const') diff --git a/sys/linux/filesystem.txt.const b/sys/linux/filesystem.txt.const index fbb91ee3a..4defa5144 100644 --- a/sys/linux/filesystem.txt.const +++ b/sys/linux/filesystem.txt.const @@ -25,14 +25,14 @@ MOUNT_ATTR_NOEXEC = 8 MOUNT_ATTR_NOSUID = 2 MOUNT_ATTR_RDONLY = 1 MOUNT_ATTR__ATIME = 112 +MOVE_MOUNT_BENEATH = 512 MOVE_MOUNT_F_AUTOMOUNTS = 2 MOVE_MOUNT_F_EMPTY_PATH = 4 MOVE_MOUNT_F_SYMLINKS = 1 +MOVE_MOUNT_SET_GROUP = 256 MOVE_MOUNT_T_AUTOMOUNTS = 32 MOVE_MOUNT_T_EMPTY_PATH = 64 MOVE_MOUNT_T_SYMLINKS = 16 -MOVE_MOUNT_SET_GROUP = 256 -MOVE_MOUNT_BENEATH = 512 MS_BIND = 4096 MS_DIRSYNC = 128 MS_I_VERSION = 8388608 -- cgit mrf-deployment