]> git.ipfire.org Git - thirdparty/lxc.git/commit
attach: move uid and gid handling to get_attach_context()
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 1 Feb 2021 11:22:42 +0000 (12:22 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 1 Feb 2021 13:41:08 +0000 (14:41 +0100)
commit4475fabb0edf30b1a4d269373d63d6401a67bbd1
tree009fc8952893bb6c336c04d836dae3f1417e8b6c
parentbac33ebdcbe881147ba1a2b5cd32bd98d94f9ddb
attach: move uid and gid handling to get_attach_context()

the less we do in do_attach(), the better.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/attach.c