1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

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).
This commit is contained in:
Frantisek Sumsal 2021-07-14 20:27:23 +02:00
parent 9de0c7f4ae
commit eca81d0792

View File

@ -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"