We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98201fe commit b3cead0Copy full SHA for b3cead0
tests/e2e/bootc-install.sh
@@ -52,6 +52,8 @@ case ""${ID}-${VERSION_ID}"" in
52
SSH_USER="cloud-user"
53
REDHAT_VERSION_ID="10"
54
BOOT_ARGS="uefi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
55
+ # workaround CS10 libvirt selinux policy issue https://issues.redhat.com/browse/RHEL-46893
56
+ sudo setenforce 0
57
;;
58
"fedora-"*)
59
TEST_OS="fedora-${VERSION_ID}"
0 commit comments