Re: [libvirt] [PATCH 1/3] Allow a base label to be specified in dynamic labelling mode

2011-06-28 Thread Daniel P. Berrange
On Mon, Jun 27, 2011 at 10:07:23AM -0600, Eric Blake wrote: > On 06/27/2011 06:20 AM, Daniel P. Berrange wrote: > > Normally the dynamic labelling mode will always use a base > > label of 'svirt_t' for VMs. Introduce a field > > in the XML to allow this base label to be changed > > > > eg > > >

Re: [libvirt] [PATCH 1/3] Allow a base label to be specified in dynamic labelling mode

2011-06-27 Thread Eric Blake
On 06/27/2011 06:20 AM, Daniel P. Berrange wrote: > Normally the dynamic labelling mode will always use a base > label of 'svirt_t' for VMs. Introduce a field > in the XML to allow this base label to be changed > > eg > > > system_u:object_r:virt_t:s0 > > > * docs/schemas/domain.r

[libvirt] [PATCH 1/3] Allow a base label to be specified in dynamic labelling mode

2011-06-27 Thread Daniel P. Berrange
Normally the dynamic labelling mode will always use a base label of 'svirt_t' for VMs. Introduce a field in the XML to allow this base label to be changed eg system_u:object_r:virt_t:s0 * docs/schemas/domain.rng: Add * src/conf/domain_conf.c, src/conf/domain_conf.h: Parsing of