All of lore.kernel.org
 help / color / mirror / Atom feed
* question on xenbus priv in dom0
@ 2005-10-04 16:27 NAHieu
  2005-10-04 17:44 ` Anthony Liguori
  0 siblings, 1 reply; 3+ messages in thread
From: NAHieu @ 2005-10-04 16:27 UTC (permalink / raw)
  To: xen-devel

Hi,

In domU, we can't use xenbus to access anything outside of the
domain's home. That means we are being restricted from reading/writing
to other domain's xenstore. That is perfectly fine, and nobody
complains here.

But in dom0, do we have the exception? Since dom0 is trusted, I think
we can be allowed to access to all other domU's xenstore.

Is that possible? If not, any good workaround solution?

Thank you.
Hieu

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: question on xenbus priv in dom0
  2005-10-04 16:27 question on xenbus priv in dom0 NAHieu
@ 2005-10-04 17:44 ` Anthony Liguori
  2005-10-04 18:01   ` NAHieu
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony Liguori @ 2005-10-04 17:44 UTC (permalink / raw)
  To: NAHieu; +Cc: xen-devel

NAHieu wrote:

>Hi,
>
>In domU, we can't use xenbus to access anything outside of the
>domain's home. That means we are being restricted from reading/writing
>to other domain's xenstore. That is perfectly fine, and nobody
>complains here.
>
>But in dom0, do we have the exception? Since dom0 is trusted, I think
>we can be allowed to access to all other domU's xenstore.
>
>Is that possible? If not, any good workaround solution?
>  
>
It should be possible to read from anywhere in the store.

If you specify a path without a '/' in the beginning, it defaults to 
reading from the domain's home directory.  However, if you use a fully 
qualified path, you should be able to read anywhere.  If this doesn't 
work, it's a bug.

Regards,

Anthony Liguori

>Thank you.
>Hieu
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: question on xenbus priv in dom0
  2005-10-04 17:44 ` Anthony Liguori
@ 2005-10-04 18:01   ` NAHieu
  0 siblings, 0 replies; 3+ messages in thread
From: NAHieu @ 2005-10-04 18:01 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel

On 10/5/05, Anthony Liguori <aliguori@us.ibm.com> wrote:
> NAHieu wrote:
>
> >Hi,
> >
> >In domU, we can't use xenbus to access anything outside of the
> >domain's home. That means we are being restricted from reading/writing
> >to other domain's xenstore. That is perfectly fine, and nobody
> >complains here.
> >
> >But in dom0, do we have the exception? Since dom0 is trusted, I think
> >we can be allowed to access to all other domU's xenstore.
> >
> >Is that possible? If not, any good workaround solution?
> >
> >
> It should be possible to read from anywhere in the store.
>
> If you specify a path without a '/' in the beginning, it defaults to
> reading from the domain's home directory.  However, if you use a fully
> qualified path, you should be able to read anywhere.  If this doesn't
> work, it's a bug.
>

Excellent! Thank you, Anthony.

Hieu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-04 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-04 16:27 question on xenbus priv in dom0 NAHieu
2005-10-04 17:44 ` Anthony Liguori
2005-10-04 18:01   ` NAHieu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.