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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Patrick Colp
2008-Sep-17 04:22 UTC
Re: [Xen-devel] How do you change XenStore permissions?
> 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Possibly Parallel Threads
- Basic xenstore questions (building a watchdog)
- [PATCH] docs: XenBus page has been transfered to new wiki
- shadow page code
- Xenstore access permission to a specific domain
- Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?