libvirt / libvirt (master)
Build #223 is still failing.
21 minutes and 7 seconds
Michal Privoznik e0d1a37 Changeset →
  security: Don't skip relabel for all chardevs

Our commit e13e8808f9 was way too generic. Currently, virtlogd is
used only for chardevs type of file and nothing else. True, we
must not relabel the path in this case, but we have to in all
other cases. For instance, if you want to have a physical console
attached to your guest:

<console type='dev'>
<source path='/dev/ttyS0'/>
<target type='virtio' port='1'/>
</console>

Starting such domain fails because qemu doesn't have access to
/dev/ttyS0 because we haven't relabelled the path.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
System message:

The new Trusty images are now live! Read all about it on our blog and take note that you can add group: deprecated-2017Q2 to use the previous versions. 🐧 ✨

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you! Sign up here.

Would you like to test your private code?

Travis CI for Private Projects could be your new best friend!