* How do you change XenStore permissions?
@ 2008-09-17 4:00 Julian Munster
2008-09-17 4:22 ` Patrick Colp
0 siblings, 1 reply; 2+ messages in thread
From: Julian Munster @ 2008-09-17 4:00 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 137 bytes --]
Hi,
Is there a way to change the permission for a specific path in XenStore? And
can you do that from with in a C program?
Thanks
Julian
[-- Attachment #1.2: Type: text/html, Size: 171 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How do you change XenStore permissions?
2008-09-17 4:00 How do you change XenStore permissions? Julian Munster
@ 2008-09-17 4:22 ` Patrick Colp
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Colp @ 2008-09-17 4:22 UTC (permalink / raw)
To: Julian Munster; +Cc: xen-devel
> Is there a way to change the permission for a specific path in XenStore?
Yes, with the SET_PERMS message.
e.g. SET_PERMS (/vm/00000000-0000-0000-0000-000000000000/uuid r0 )
This will give read access to
/vm/00000000-0000-0000-0000-000000000000/uuid to all domains.
> And can you do that from with in a C program?
Yes. Check out this page under the "API Usage Examples":
http://wiki.xensource.com/xenwiki/XenStoreReference
If you have any questions about how the permissions work in XenStore,
feel free to ask (it's a bit confusing).
Patrick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-17 4:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 4:00 How do you change XenStore permissions? Julian Munster
2008-09-17 4:22 ` Patrick Colp
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.