From: Frantisek Sumsal Date: Wed, 14 Jul 2021 18:27:23 +0000 (+0200) Subject: test: don't explicitly disable SELinux X-Git-Tag: v250-rc1~947^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eca81d0792f9dddc76267cb1463c0cd20265ded7;p=thirdparty%2Fsystemd.git 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). --- diff --git a/test/test-functions b/test/test-functions index c6b8d4cd599..d5e6f4a5b13 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"