mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user