On Fri, Jun 07, 2013 at 03:12:25PM +0800, Gao feng wrote:
> Since these devices are created for the container.
> the owner should be the root user of the container.
> 
> Signed-off-by: Gao feng <gaof...@cn.fujitsu.com>
> ---
>  src/lxc/lxc_controller.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c
> index f6622bf..dd85235 100644
> --- a/src/lxc/lxc_controller.c
> +++ b/src/lxc/lxc_controller.c
> @@ -1305,6 +1305,10 @@ static int 
> virLXCControllerPopulateDevices(virLXCControllerPtr ctrl)
>                                   path);
>              goto cleanup;
>          }
> +
> +        if (virLXCControllerChown(ctrl, path) < 0)
> +            goto cleanup;
> +
>          VIR_FREE(path);
>      }
>  

ACK


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to