From eca81d0792f9dddc76267cb1463c0cd20265ded7 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 14 Jul 2021 20:27:23 +0200 Subject: [PATCH] test: don't explicitly disable SELinux We don't install any policies by default, so it shouldn't interfere with anything (and it would save me some headache). --- test/test-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index c6b8d4cd59..d5e6f4a5b1 100644 --- a/test/test-functions +++ b/test/test-functions @@ -417,7 +417,6 @@ run_qemu() { "loglevel=2" "init=$PATH_TO_INIT" "console=$CONSOLE" - "selinux=0" "SYSTEMD_UNIT_PATH=/usr/lib/systemd/tests/testdata/testsuite-$1.units:/usr/lib/systemd/tests/testdata/units:" "systemd.unit=testsuite.target" "systemd.wants=testsuite-$1.service"