Re: [libvirt] [PATCH] qemu_cgroup: Fix 'rc' argument on virDomainAuditCgroupPath() calls

2018-01-04 Thread Michal Privoznik
On 12/28/2017 06:41 PM, Eduardo Habkost wrote: > All calls to virDomainAuditCgroupPath() were passing 'rc == 0' as > argument, when it was supposed to pass the 'rc' value directly. > > As a consequence, the audit events that were supposed to be > logged (actual cgroup changes) were never being log

[libvirt] [PATCH] qemu_cgroup: Fix 'rc' argument on virDomainAuditCgroupPath() calls

2017-12-28 Thread Eduardo Habkost
All calls to virDomainAuditCgroupPath() were passing 'rc == 0' as argument, when it was supposed to pass the 'rc' value directly. As a consequence, the audit events that were supposed to be logged (actual cgroup changes) were never being logged, and bogus audit events were logged when using regula