diff options
| author | Christoph Paasch <cpaasch@apple.com> | 2023-08-22 09:18:31 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-04 10:11:42 +0000 |
| commit | abdf9b3bbffdc55f63021393df30df4ff7a446cf (patch) | |
| tree | c734e826d8a3c111ae4a85c012df21af60c58444 /sys/linux/filesystem.txt.const | |
| parent | c5dc938a6bb38a9ccb20990ed05e2a80f7161ba3 (diff) | |
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.
Diffstat (limited to 'sys/linux/filesystem.txt.const')
| -rw-r--r-- | sys/linux/filesystem.txt.const | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
