]> xenbits.xensource.com Git - libvirt.git/commit
logging: Don't inhibit shutdown in system daemon
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 26 Apr 2018 10:17:03 +0000 (12:17 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 26 Apr 2018 15:40:57 +0000 (17:40 +0200)
commitf94e5b215720c91c60219f1694783a603f0b619c
treea7b1b388dc2e4f8fea4d0967a534798e99311c2f
parent00b50292fd1e32b83307b98be37a9bcc6d96e501
logging: Don't inhibit shutdown in system daemon

That is a job of libvirtd and virtlogd has a dependency on it, so that will
prevent it properly.  Doing it one extra time in virtlogd might also cause AVC
denials because it is not allowed to call that dbus method.

Caused by commit df34363d58bb.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1547250

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/logging/log_daemon.c