(2012/12/22 2:08), Daniel P. Berrange wrote:
This series introduces an LXC specific library libvirt-lxc.so
which adds ability for a process to connect to the namespaces
used by an LXC container from outside. It uses FD passing
magic to allow the caller to connect, even if it is not root.
Can any user can execute any commands in a LXC guest by
# virsh -c lxc:/// lxc-enter-namespace demo -- <command>
without any limitation ?
Thanks,
-Kame