From efb959545497182593b9b303671df602b8c6af92 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Feb 2020 16:42:26 +0100 Subject: [PATCH] cgroups.7: Add a subsection on cgroup v2 mount options and include 'nsdelegate' Signed-off-by: Michael Kerrisk --- man7/cgroups.7 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man7/cgroups.7 b/man7/cgroups.7 index afeda1523..b0e386f51 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -618,6 +618,15 @@ filesystem at .I /sys/fs/cgroup/unified during the boot process. .\" +.SS Cgroups v2 mount options +The following options +.RI ( "mount -o" ) +can be specified when mounting the group v2 filesystem: +.TP +.IR nsdelegate " (since Linux 4.15)" +Treat cgroup namespaces as delegation boundaries. +For details, see below. +.\" .SS Cgroups v2 controllers The following controllers, documented in the kernel source file .IR Documentation/cgroup-v2.txt ,