From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: bug in dom create script regarding xenstore permission? Date: Wed, 15 Jul 2009 11:30:13 +0100 Message-ID: <4A5DAFB5.8040300@eu.citrix.com> References: <4A5CC423.1080604@eu.citrix.com> 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: weiming Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org weiming wrote: > Hi Vincent, > > Thanks for letting me know. > > Is their any way to override this default behavior? > I have a script in domU, which is supposed to post some info to > xenstore after it boots up. > Yes, I can manually grant permission after I create a guest domain, > but I wish I could automated it. I don't really know how to do that exactly; you have to look at where the /local/domain// entry get created, and put an explicit setperm there. However I think changing your script in a domU is the way forward. there are other place in xenstore (have a look at maybe /vm// and /local/domain//*/ ) that are still writable. -- Vincent