From 058b3a5a6a945a55767811552eb7b9f4a20307f8 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 7 Jun 2023 16:08:02 +0200 Subject: sys/linux/filesystem: add MOVE_MOUNT_BENEATH coverage This is currently in linux-next make sure it gets tested. 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 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 -- cgit mrf-deployment