Skip to content

Commit

Permalink
fmf: Disable SELinux with broken RHEL 10 policy version
Browse files Browse the repository at this point in the history
This completely breaks libvirt and libvirt-dbus.

See https://issues.redhat.com/browse/RHEL-46893
  • Loading branch information
martinpitt authored and jelly committed Jul 11, 2024
1 parent e8e7e05 commit 986b141
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ if rpm -q amazon-ec2-utils; then
udevadm trigger /dev/nvme*
fi

# HACK: https://issues.redhat.com/browse/RHEL-46893
if [ "$(rpm -q selinux-policy)" = "selinux-policy-40.13.4-1.el10.noarch" ] ; then
setenforce 0
fi

# Show critical packages versions
rpm -q selinux-policy cockpit-bridge cockpit-machines
rpm -qa | grep -E 'virt|qemu' | sort
Expand Down

0 comments on commit 986b141

Please sign in to comment.