]> git.proxmox.com Git - mirror_lxcfs.git/commit - bindings.c
Use clone instead of fork in write_task_init_pid_exit
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 18 Feb 2016 11:53:40 +0000 (12:53 +0100)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 18 Feb 2016 18:06:59 +0000 (10:06 -0800)
commitb10bdd6cc93653715408ba07f58032a41f3feaaa
treee7075b51464afe0e58b529190ef54a93d655247b
parent551c58dd1a7fbaebe92dd0f1f80f1789faa3a2eb
Use clone instead of fork in write_task_init_pid_exit

Adds a new wrapper for send_creds, avoiding the fork / pid
namespace issue present in glibc.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
bindings.c