]> git.ipfire.org Git - thirdparty/lxc.git/commit
pam: create writable cgroups for unpriv users 2148/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 9 Feb 2018 12:16:49 +0000 (13:16 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 9 Feb 2018 13:39:43 +0000 (14:39 +0100)
commit799566212468620fd0de3796c82447f002844419
tree609e37a78c08cf5915f56ba7a5a69a8ada77bc42
parent17eba7a26f8a95b7fd2ed1bcb1f0ed34dc462f3c
pam: create writable cgroups for unpriv users

This moves pam_cgfs from the LXCFS repo into the LXC repo. This will allow us
to share a bunch of code between the cgroup backends and the pam module. The
next step obviously is to share code.

Closes #1307.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac
src/lxc/Makefile.am
src/lxc/pam/pam_cgfs.c [new file with mode: 0644]