From e1c883bf32f3922bfc977701062e353c0a0a4ac5 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 8 Jan 2025 16:03:06 +0100 Subject: [PATCH] fmf: Force SELinux relabel when running within testing farm We expect to run as root within testing farm and to have permissions to do selinux relabelling so let's enable it explicitly. --- test/fmf/integration-tests/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index be8d874dc4e..d2c9dbfb899 100755 --- a/test/fmf/integration-tests/test.sh +++ b/test/fmf/integration-tests/test.sh @@ -78,6 +78,9 @@ fi if [[ -n "${TESTING_FARM_REQUEST_ID:-}" ]]; then tee --append mkosi.local.conf <