From ca31d25cb95b9724aa63eb77b017c3368697db8c Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 7 Jun 2023 16:06:01 +0200 Subject: 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 --- sys/linux/filesystem.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/filesystem.txt.const') 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 -- cgit mrf-deployment