diff options
| author | Christian Brauner <brauner@kernel.org> | 2023-06-07 16:06:01 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-06-07 16:34:19 +0200 |
| commit | ca31d25cb95b9724aa63eb77b017c3368697db8c (patch) | |
| tree | 13bcee540223c1d9ce63a985ccf6c371c5690ae1 /sys/linux/filesystem.txt.const | |
| parent | a87f55960b1c75aa2372576b6bcae0d003ace8a9 (diff) | |
sys/linux/filesystem: add MOVE_MOUNT_SET_GROUP coverage
This has been supported for a while but apparently was never added.
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 aae530c7e..8788f04ac 100644 --- a/sys/linux/filesystem.txt.const +++ b/sys/linux/filesystem.txt.const @@ -31,6 +31,7 @@ MOVE_MOUNT_F_SYMLINKS = 1 MOVE_MOUNT_T_AUTOMOUNTS = 32 MOVE_MOUNT_T_EMPTY_PATH = 64 MOVE_MOUNT_T_SYMLINKS = 16 +MOVE_MOUNT_SET_GROUP = 256 MS_BIND = 4096 MS_DIRSYNC = 128 MS_I_VERSION = 8388608 |
