From: Arjun Ramachandrula Date: Sat, 15 Aug 2020 20:16:03 +0000 (-0400) Subject: Updated documentation to reflect lack of support for pure cgroupv2 X-Git-Tag: lxc-5.0.0~366^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b87ed83bbc7db3f826b4f54df1bb458c2c539be7;p=thirdparty%2Flxc.git Updated documentation to reflect lack of support for pure cgroupv2 Signed-off-by: Arjun Ramachandrula --- diff --git a/doc/pam_cgfs.sgml.in b/doc/pam_cgfs.sgml.in index 1952afcb2..c8dd942de 100644 --- a/doc/pam_cgfs.sgml.in +++ b/doc/pam_cgfs.sgml.in @@ -77,14 +77,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - The pam_cgfs.so module can handle both pure cgroupfs v1 - (/sys/fs/cgroup/$controller) and pure cgroupfs - v2 (/sys/fs/cgroup), as well as mixed mounts, + The pam_cgfs.so module can handle pure cgroupfs v1 + (/sys/fs/cgroup/$controller) and mixed mounts, where some controllers are mounted in a standard cgroupfs v1 hierarchy (/sys/fs/cgroup/$controller) and others in cgroupfs v2 hierarchy (/sys/fs/cgroup/unified). Writeable cgroups are either created for all controllers or, if specified, - for only controllers listed as arguments on the command line. + for only controllers listed as arguments on the command line. + Pure cgroup v2 mount is not covered by the pam_cgfs.so module.