Re: [libvirt] [PATCH] SELinux: don't silently fail when no label is present

2014-06-10 Thread Ján Tomko
On 06/10/2014 12:33 AM, Eric Blake wrote: > On 06/09/2014 08:30 AM, Ján Tomko wrote: >> This fixes startup of a domain with: >> >> on a host with selinux and dac drivers and >> security_default_confined = 0 >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1105939 >> --- >> src/security/security_

Re: [libvirt] [PATCH] SELinux: don't silently fail when no label is present

2014-06-09 Thread Eric Blake
On 06/09/2014 08:30 AM, Ján Tomko wrote: > This fixes startup of a domain with: > > on a host with selinux and dac drivers and > security_default_confined = 0 > > https://bugzilla.redhat.com/show_bug.cgi?id=1105939 > --- > src/security/security_selinux.c | 98 > -

[libvirt] [PATCH] SELinux: don't silently fail when no label is present

2014-06-09 Thread Ján Tomko
This fixes startup of a domain with: on a host with selinux and dac drivers and security_default_confined = 0 https://bugzilla.redhat.com/show_bug.cgi?id=1105939 --- src/security/security_selinux.c | 98 - 1 file changed, 29 insertions(+), 69 deletions(-)