Skip to content

Commit b3cead0

Browse files
committed
test: disable selinux on CS10 to workaround libvirt selinux issue
Workaround issue https://issues.redhat.com/browse/RHEL-46893 Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 98201fe commit b3cead0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/bootc-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ case ""${ID}-${VERSION_ID}"" in
5252
SSH_USER="cloud-user"
5353
REDHAT_VERSION_ID="10"
5454
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
5557
;;
5658
"fedora-"*)
5759
TEST_OS="fedora-${VERSION_ID}"

0 commit comments

Comments
 (0)