Re: [libvirt] [PATCH v2] selinux: Avoid label reservations for type = none

2014-09-05 Thread Martin Kletzander
On Thu, Sep 04, 2014 at 02:42:32PM +0530, Shivaprasad G Bhat wrote: For security type='none' libvirt according to the docs should not generate seclabel be it for selinux or any model. So, skip the reservation of labels when type is none. I wrapped the commit message. Signed-off-by:

[libvirt] [PATCH v2] selinux: Avoid label reservations for type = none

2014-09-04 Thread Shivaprasad G Bhat
For security type='none' libvirt according to the docs should not generate seclabel be it for selinux or any model. So, skip the reservation of labels when type is none. Signed-off-by: Shivaprasad G Bhat sb...@linux.vnet.ibm.com --- src/security/security_selinux.c |4 +++- 1 file changed,