From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: Re: How do you change XenStore permissions? Date: Tue, 16 Sep 2008 22:22:17 -0600 Message-ID: <48D085F9.906@cs.ubc.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Julian Munster Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > 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