]> xenbits.xensource.com Git - libvirt.git/commit
audit: properly encode device path in cgroup audit
authorEric Blake <eblake@redhat.com>
Fri, 19 Apr 2013 17:30:44 +0000 (11:30 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 19 Apr 2013 18:06:08 +0000 (12:06 -0600)
commit31c6bf35b9d9de04158318658f4fbf6a9e54ff28
tree4ff7734fb46d860a01b03de3bdbb464e784be197
parent6f45099723b390a2944d4068e5f054bdc17b22d2
audit: properly encode device path in cgroup audit

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

Commit d04916fa introduced a regression in audit quality - even
though the code was computing the proper escaped name for a
path, it wasn't feeding that escaped name on to the audit message.
As a result, /var/log/audit/audit.log would mention a pair of
fields class=path path=/dev/hpet instead of the intended
class=path path="/dev/hpet", which in turn caused ausearch to
format the audit log with path=(null).

* src/conf/domain_audit.c (virDomainAuditCgroupPath): Use
constructed encoding.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/domain_audit.c