From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 0/6] Assign a default SSID to guests Date: Thu, 21 May 2015 10:54:44 +0100 Message-ID: <1432202084.10746.23.camel@citrix.com> References: <1432132201.12989.268.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432132201.12989.268.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.jackson@eu.citrix.com, Daniel De Graaf , wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-05-20 at 15:30 +0100, Ian Campbell wrote: > Compared with v3 this uses Daniel's more comprehensive policy patch and > adds a default ssidref for stubdoms too. > > Tested with and without XSM enabled for normal guests and HVM guests > with qemu in dom0. Stubdoms appeared to be broken in the base case, so I > haven't tested that really. I rebased onto new staging (no changes needed) and now stubdoms seem to work again and look to have been correctly labelled using the new defaults: # xl list -Z Name ID Mem VCPUs State Time(s) Security Label Domain-0 0 511 8 r----- 14.4 system_u:system_r:dom0_t debianhvm.guest.osstest 1 768 2 -b---- 5.7 system_u:system_r:domU_t debianhvm.guest.osstest-dm 2 32 1 -b---- 4.0 system_u:system_r:dm_dom_t Ian.