From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] docs: add xenstore-ls man page Date: Wed, 3 Jul 2013 10:29:31 +0100 Message-ID: <51D3EEFB.1020509@citrix.com> References: <1372760475-26783-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matthew Daley Cc: Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 03/07/13 08:38, Matthew Daley wrote: > On Tue, Jul 2, 2013 at 10:21 PM, David Vrabel wrote: >> +The first permission entry is the key owner. The key owner always has >> +full access (read, write, and set permissions). > > You might want to clarify that the key owner is the first permission > entry's domain ID, and also that the first permission entry's type > indicates the access granted to domains not explicitly listed in the > rest of the permission list. I find this an "interesting" part of the > permissions system. Good point, I didn't pick this up as the wiki page is wrong/confusing. I'll also fix the wiki page as soon as I have edit permissions. David