Re: [libvirt] [PATCH 2/2] security: Driver 'none' cannot create confined guests

2012-02-08 Thread Jiri Denemark
On Tue, Feb 07, 2012 at 13:39:17 -0700, Eric Blake wrote: On 02/07/2012 01:10 PM, Jiri Denemark wrote: In case the caller specifies that confined guests are required but the security driver turns out to be 'none', we should return an error since this driver clearly cannot meet that

[libvirt] [PATCH 2/2] security: Driver 'none' cannot create confined guests

2012-02-07 Thread Jiri Denemark
In case the caller specifies that confined guests are required but the security driver turns out to be 'none', we should return an error since this driver clearly cannot meet that requirement. As a result of this error, libvirtd fails to start when the host admin explicitly sets confined guests

Re: [libvirt] [PATCH 2/2] security: Driver 'none' cannot create confined guests

2012-02-07 Thread Eric Blake
On 02/07/2012 01:10 PM, Jiri Denemark wrote: In case the caller specifies that confined guests are required but the security driver turns out to be 'none', we should return an error since this driver clearly cannot meet that requirement. As a result of this error, libvirtd fails to start when

Re: [libvirt] [PATCH 2/2] security: Driver 'none' cannot create confined guests

2012-02-07 Thread Jiri Denemark
On Tue, Feb 07, 2012 at 13:39:17 -0700, Eric Blake wrote: On 02/07/2012 01:10 PM, Jiri Denemark wrote: In case the caller specifies that confined guests are required but the security driver turns out to be 'none', we should return an error since this driver clearly cannot meet that