]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure we always setup a private mount namespace for LXC controller
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Jan 2013 18:14:34 +0000 (18:14 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Jan 2013 18:14:34 +0000 (18:14 +0000)
commitf0e4af91e432cff181ae2821025cd766e03f1716
treea106234d6dcbb9982fbf2ecf0389611047033ab6
parent198c992d261ca74ac654351b53f688144bf9b168
Ensure we always setup a private mount namespace for LXC controller

The code for setting up a private /dev/pts for the containers
is also responsible for making the LXC controller have a
private mount namespace. Unfortunately the /dev/pts code is
not run if launching a container without a custom root. This
causes the LXC FUSE mount to leak into the host FS.
src/lxc/lxc_controller.c