From b87ed83bbc7db3f826b4f54df1bb458c2c539be7 Mon Sep 17 00:00:00 2001 From: Arjun Ramachandrula Date: Sat, 15 Aug 2020 16:16:03 -0400 Subject: [PATCH] Updated documentation to reflect lack of support for pure cgroupv2 Signed-off-by: Arjun Ramachandrula --- doc/pam_cgfs.sgml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.2