]> git.ipfire.org Git - thirdparty/lxc.git/commit
usernsexec: don't fail if we can't open pty
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 13 Jan 2014 02:44:32 +0000 (20:44 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 13 Jan 2014 15:02:24 +0000 (09:02 -0600)
commit8d4b877a3fe342702a8ebde1655c173020442ada
tree78b51b0c571293426ed1e35cf625203072b7bbcc
parentdf2d4205073d3f57543951ca7ffabf891b230634
usernsexec: don't fail if we can't open pty

It's nice if we can do it, but not required.  Exiting on this
failure causes lxc-create started by root as a less-privileged
userid to fail.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_usernsexec.c