Re: [libvirt] [PATCH 0/4] Fix for virIdentityGetSystem when SELinux is disabled

2014-03-07 Thread Michal Privoznik
On 06.03.2014 07:02, Michael Chapman wrote: If SELinux is compiled into libvirt but it is disabled on the host, libvirtd logs: error : virIdentityGetSystem:173 : Unable to lookup SELinux process context: Invalid argument on each and every client connection. This patch series adds a runti

[libvirt] [PATCH 0/4] Fix for virIdentityGetSystem when SELinux is disabled

2014-03-05 Thread Michael Chapman
If SELinux is compiled into libvirt but it is disabled on the host, libvirtd logs: error : virIdentityGetSystem:173 : Unable to lookup SELinux process context: Invalid argument on each and every client connection. This patch series adds a runtime check for SELinux to this function. I've add