]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for guest bind mounts with LXC
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Jun 2012 14:03:30 +0000 (15:03 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Jun 2012 09:17:56 +0000 (10:17 +0100)
commit3b1ddec1ef57c5eed5f1c13ad3c14ddff2e5dad1
tree60146e2d98be88eb37da6a748c796797c9ff3ccc
parent76b644c36253833cdbcf219ea066d206808ee89b
Add support for guest bind mounts with LXC

Currently you can configure LXC to bind a host directory to
a guest directory, but not to bind a guest directory to a
guest directory. While the guest container init could do
this itself, allowing it in the libvirt XML means a stricter
SELinux policy can be written
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/lxc/lxc_container.c