Re: [Libvir] [PATCH] About remote operation restrictions of a general user

2007-04-16 Thread S.Sakamoto
Hi, Daniel 1)in general user # virsh destroy domain operation virDomainCreate forbidden for read only access-- I agree with this behavior # virsh --conexct xen destory domain operation virDomainCreate forbidden for read only access-- I

Re: [Libvir] [PATCH] About remote operation restrictions of a general user

2007-04-12 Thread Daniel P. Berrange
On Thu, Apr 12, 2007 at 02:14:37PM +0900, S.Sakamoto wrote: Hi, Daniel Sorry, I think that explanation was not enough... About virsh connect of Xen: When a general user has access to remote, he can't carry out a command of virsh --connect xen start domain, but, he can carry out a

Re: [Libvir] [PATCH] About remote operation restrictions of a general user

2007-04-11 Thread S.Sakamoto
Hi, Daniel Sorry, I think that explanation was not enough... About virsh connect of Xen: When a general user has access to remote, he can't carry out a command of virsh --connect xen start domain, but, he can carry out a command of virsh --connect http://10.xx.xx.xx:8000 start domain. (What

Re: [Libvir] [PATCH] About remote operation restrictions of a general user

2007-04-10 Thread Daniel Veillard
On Tue, Apr 10, 2007 at 04:02:57PM +0900, S.Sakamoto wrote: Hi, Daniel Would you give me a comment on this model? If not, please apply this patch. About virsh connect, I think as follows. == //Authorization

[Libvir] [PATCH] About remote operation restrictions of a general user

2007-04-04 Thread S.Sakamoto
Hi When I use virt-connect in a general user, and a general user can perform operation system such as start. So, here's the patch adds to can't use operation system in connect in a general user. Signed-off-by: Shigeki Sakamoto [EMAIL PROTECTED] Thanks, Shigeki Sakamoto. Index: src/virsh.c