Displaying 2 results from an estimated 2 matches for "virsecurityselinuxrestorefilelabel".
2016 Jan 15
1
Re: [libvirt] Quantifying libvirt errors in launching the libguestfs appliance
...f --git i/src/security/security_selinux.c w/src/security/security_selinux.c
> index 721c451..475cdbc 100644
> --- i/src/security/security_selinux.c
> +++ w/src/security/security_selinux.c
> @@ -2034,14 +2034,6 @@ virSecuritySELinuxRestoreAllLabel(virSecurityManagerPtr mgr,
> virSecuritySELinuxRestoreFileLabel(mgr, def->os.loader->nvram) < 0)
> rc = -1;
>
> - if (def->os.kernel &&
> - virSecuritySELinuxRestoreFileLabel(mgr, def->os.kernel) < 0)
> - rc = -1;
> -
> - if (def->os.initrd &&
> - virSecuritySELin...
2016 Jan 14
2
Re: [libvirt] Quantifying libvirt errors in launching the libguestfs appliance
On 01/14/2016 05:12 AM, Daniel P. Berrange wrote:
> On Thu, Jan 14, 2016 at 10:51:47AM +0100, Jiri Denemark wrote:
>> On Wed, Jan 13, 2016 at 16:25:14 +0100, Martin Kletzander wrote:
>>> On Wed, Jan 13, 2016 at 10:18:42AM +0000, Richard W.M. Jones wrote:
>>>> As people may know, we frequently encounter errors caused by libvirt
>>>> when running the