Build Update for libvirt/libvirt
-------------------------------------
Build: #3157
Status: Still Failing
Duration: 28 mins and 15 secs
Commit: 8dd9875 (master)
Author: Christian Ehrhardt
Message: apparmor: allow to call vhost-user-gpu
Configuring vhost-user-gpu like:
<video>
<driver name='vhostuser'/>
<model type='virtio' heads='1'/>
</video>
Triggers an apparmor denial like:
apparmor="DENIED" operation="exec" profile="libvirtd"
name="/usr/lib/qemu/vhost-user-gpu" pid=888257 comm="libvirtd"
requested_mask="x" denied_mask="x" fsuid=0 ouid=0
This helper is provided by qemu for vhost-user-gpu and thereby being
in the same path as qemu_bridge_helper. Due to that adding a rule allowing
to call uses the same path list.
Reviewed-by: Jim Fehlig <jfehlig(a)suse.com>
Signed-off-by: Christian Ehrhardt <christian.ehrhardt(a)canonical.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/958d6ebe537a...8dd9875787ae
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/654422032?utm_medium=notific...
--
You can unsubscribe from build emails from the libvirt/libvirt repository going to
https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&....
Or unsubscribe from *all* email updating your settings at
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notifica....
Or configure specific recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications.