WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xenstore-chmod!

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] xenstore-chmod!
From: "Jayaraman, Bhaskar" <Bhaskar.Jayaraman@xxxxxxx>
Date: Fri, 19 Sep 2008 15:01:30 +0800
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Fri, 19 Sep 2008 00:02:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AckaJYqyHm5z/UNESxm4e/d+rDQKPA==
Thread-topic: xenstore-chmod!

Hi I want to change the permissions of all the keys within a domain with one shot. Currently I am having to individually do

# xenstore-chmod /local/domain/24/device rw

# xenstore-chmod /local/domain/24/device/vfb rw

# xenstore-chmod /local/domain/24/device/vfb/0 rw

# xenstore-chmod /local/domain/24/device/vfb/0/state rw

# xenstore-chmod /local/domain/24/device/vfb/0/backend-id rw

# xenstore-chmod /local/domain/24/device/vfb/0/backend rw

 

 

And so on, where 24 is the domain id of the domain whose xenstore I want to share and rw are the permissions. This is true with PVs and HVMs for them to allow other domains to be able to access their xenstore.

 

Is there any way that I can do this in one shot, either using xenstore-chmod or using the configuration file while creating the guest, either PV or HVM??

 

Regards,

Bhaskar.

 

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>