On Fri, Sep 07, 2018 at 02:09:14PM +0200, Michal Privoznik wrote:
The qemuSecurityDomainSetPathLabel() function reports perfect
error itself. Do not overwrite it to something less meaningful.
On first glance, I thought AppArmorSetPathLabel does not set a libvirt
error, but it turns out that 'reload_profile' actually is a libvirt
function, despite not following the naming conventions.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_process.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano