chiark / gitweb /
pam: do not sort user sessions into their own cgroups in the 'cpu' hierarchy by default
[elogind.git] / src / pam-module.c
index 54a7b451e8b540de180395aee9305e3f9e09035f..6fbaecf51d83543e3a1ce7c945435ae71e1b055e 100644 (file)
@@ -102,6 +102,7 @@ static int parse_argv(pam_handle_t *handle,
                 }
         }
 
+#if 0
         if (!controller_set && controllers) {
                 char **l;
 
@@ -112,6 +113,7 @@ static int parse_argv(pam_handle_t *handle,
 
                 *controllers = l;
         }
+#endif
 
         if (controllers)
                 strv_remove(*controllers, "name=systemd");