]> git.ipfire.org Git - thirdparty/lxc.git/commit
clone: add infrastructure for CLONE_PIDFD
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 9 May 2019 13:01:27 +0000 (15:01 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 18 May 2019 09:53:50 +0000 (11:53 +0200)
commitdf5644f3a7fc6d46118abeb6e6c83c09770edd28
tree5c2976328c83ab2c9280edf16d8cf960fd084248
parentceda5ac37679a7da75f22506e507b0428de1b31d
clone: add infrastructure for CLONE_PIDFD

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eac7078a0fff1e72cf2b641721e3f55ec7e5e21e

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/attach.c
src/lxc/conf.c
src/lxc/raw_syscalls.c
src/lxc/raw_syscalls.h
src/lxc/start.c
src/lxc/utils.c
src/tests/lxc_raw_clone.c