Contents
A number of the libvirt virtualization drivers (QEMU/KVM and LXC) include support for logging details of important operations to the host's audit subsystem. This provides administrators / auditors with a canonical historical record of changes to virtual machines' / containers' lifecycle states and their configuration. On hosts which are running the Linux audit daemon, the logs will usually end up in /var/log/audit/audit.log
The libvirt audit integration is enabled by default on any host which has the Linux audit subsystem active, and disabled otherwise. It is possible to alter this behaviour in the /etc/libvirt/libvirtd.conf configuration file, via the audit_level parameter
audit_level=0 - libvirt auditing is disabled regardless of host audit subsystem enablement.
audit_level=1 - libvirt auditing is enabled if the host audit subsystem is enabled, otherwise it is disabled. This is the default behaviour.
audit_level=2 - libvirt auditing is enabled regardless of host audit subsystem enablement. If the host audit subsystem is disabled, then libvirtd will refuse to complete startup and exit with an error.
In addition to have formal messages sent to the audit subsystem it is possible to tell libvirt to inject messages into its own logging layer. This will result in messages ending up in the systemd journal or /var/log/libvirt/libvirtd.log on non-systemd hosts. This is disabled by default, but can be requested by setting the audit_logging=1 configuration parameter in the same file mentioned above.
Libvirt defines three core audit message types each of which will be described below. There are a number of common fields that will be reported for all message types.
Process ID of the libvirtd daemon generating the audit record.
User ID of the libvirtd daemon process generating the audit record.
Security context of the libvirtd daemon process generating the audit record.
String containing a list of key=value pairs specific to the type of audit record being reported.
Some fields in the msg string are common to audit records
Type of virtualization driver used. One of qemu or lxc
Host driver unique name of the guest
Globally unique identifier for the guest
Path of the libvirtd daemon
Currently unused
Currently unused
Currently unused
Result of the action, either success or failed
Reports change in the lifecycle state of a virtual machine. The msg field will include the following sub-fields
Type of operation performed. One of start, stop or init
The reason which caused the operation to happen
ID of the primary/leading process associated with the guest
ID of the init process in a container. Only if op=init and virt=lxc
Namespace ID of the init process in a container. Only if op=init and virt=lxc
Reports the association of a security context with a guest. The msg field will include the following sub-fields
The security driver type. One of selinux or apparmor
Security context for the guest process
Security context for the guest disk images and other assigned host resources
Reports the usage of a host resource by a guest. The fields include will vary according to the type of device being reported. When the guest is initially booted records will be generated for all assigned resources. If any changes are made to the running guest configuration, for example hotplug devices, or adjust resources allocation, further records will be generated.
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to vcpu
Original vCPU count, or 0
Updated vCPU count
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to mem
Original memory size in bytes, or 0
Updated memory size in bytes
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to disk
Original host file or device path acting as the disk backing file
Updated host file or device path acting as the disk backing file
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to net
Original MAC address of the guest network interface
Updated MAC address of the guest network interface
If there is a host network interface associated with the guest NIC then further records may be generated
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to net
MAC address of the host network interface
Name of the host network interface
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to fs
Original host directory, file or device path backing the filesystem
Updated host directory, file or device path backing the filesystem
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to hostdev or dev
The unique bus identifier of the USB, PCI or SCSI device, if resrc=dev
The path of the block device assigned to the guest, if resrc=hostdev
The path of the character device assigned to the guest, if resrc=hostdev
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to tpm or tpm-emulator
The path of the host TPM device assigned to the guest
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to rng
Original path of the host entropy source for the RNG
Updated path of the host entropy source for the RNG
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to chardev
Original path of the backing character device for given emulated device
Updated path of the backing character device for given emulated device
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to smartcard
Original path of the backing character device, certificate store or "nss-smartcard-device" for host smartcard passthrough.
Updated path of the backing character device, certificate store or "nss-smartcard-device" for host smartcard passthrough.
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to redir
The bus type, only usb allowed
The device type, only USB redir allowed
The msg field will include the following sub-fields
The reason which caused the resource to be assigned to happen
The type of resource assigned. Set to cgroup
The name of the cgroup controller