diff options
| author | Christian Brauner <brauner@kernel.org> | 2023-06-07 16:08:02 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-06-07 16:34:19 +0200 |
| commit | 058b3a5a6a945a55767811552eb7b9f4a20307f8 (patch) | |
| tree | f309d422ca6eccab560ab0bda435ace6ca1f2a65 /sys/linux/filesystem.txt.const | |
| parent | ca31d25cb95b9724aa63eb77b017c3368697db8c (diff) | |
sys/linux/filesystem: add MOVE_MOUNT_BENEATH coverage
This is currently in linux-next make sure it gets tested.
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'sys/linux/filesystem.txt.const')
| -rw-r--r-- | sys/linux/filesystem.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/filesystem.txt.const b/sys/linux/filesystem.txt.const index 8788f04ac..fbb91ee3a 100644 --- a/sys/linux/filesystem.txt.const +++ b/sys/linux/filesystem.txt.const @@ -32,6 +32,7 @@ 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 |
