Skip to content

Commit

Permalink
fmf: Disable SELinux with broken rawhide policy version
Browse files Browse the repository at this point in the history
Similar to commit 986b141, that broken version was uploaded to
Rawhide. See https://bugzilla.redhat.com/show_bug.cgi?id=2297965
  • Loading branch information
martinpitt authored and mvollmer committed Jul 16, 2024
1 parent caf5936 commit 1e3ffd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ fi
if [ "$(rpm -q selinux-policy)" = "selinux-policy-40.13.4-1.el10.noarch" ] ; then
setenforce 0
fi
# HACK: same regression in rawhide: https://bugzilla.redhat.com/show_bug.cgi?id=2297965
if [ "$(rpm -q selinux-policy)" = "selinux-policy-41.8-4.fc41.noarch" ] ; then
setenforce 0
fi

# Show critical packages versions
rpm -q selinux-policy cockpit-bridge cockpit-machines
Expand Down

0 comments on commit 1e3ffd5

Please sign in to comment.