Skip to content

Commit

Permalink
fmf: Disable SELinux on RHEL 10 on current policy version
Browse files Browse the repository at this point in the history
RHEL-46893 may or may not be fixed, but now
https://issues.redhat.com/browse/RHEL-49567 completely ruins the show.
  • Loading branch information
martinpitt committed Aug 7, 2024
1 parent 7f47726 commit af49ef0
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 @@ -27,6 +27,10 @@ case "$(rpm -q selinux-policy)" in
selinux-policy-40.13.4-1.el10.noarch|selinux-policy-40.13.5-1.el10.noarch)
setenforce 0 ;;

# HACK: https://issues.redhat.com/browse/RHEL-49567
selinux-policy-40.13.6-1.el10.noarch)
setenforce 0 ;;

# HACK: same regression in rawhide: https://bugzilla.redhat.com/show_bug.cgi?id=2297965
selinux-policy-41.8-4.fc41.noarch)
setenforce 0 ;;
Expand Down

0 comments on commit af49ef0

Please sign in to comment.