Skip to content

Commit

Permalink
fmf: Disable SELinux for all of RHEL 10
Browse files Browse the repository at this point in the history
The current version selinux-policy-40.13.6-1.el10.noarch *still* breaks
machined. This was a courtesy, but I'm not playing this game for longer
than necessary. Just disable SELinux in general until we get notified
that the bug gets fixed.
  • Loading branch information
martinpitt committed Aug 5, 2024
1 parent e8c00f3 commit 27c4cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sh -x test/vm.install
systemctl enable --now cockpit.socket podman.socket

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

Expand Down

0 comments on commit 27c4cc8

Please sign in to comment.